mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
5 lines
58 B
Python
5 lines
58 B
Python
def f(a, b, c):
|
|
return a, b, c
|
|
|
|
f(1, (2, 3, <arg>4), 5)
|