mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-20 22:16:16 +07:00
5 lines
61 B
Python
5 lines
61 B
Python
def f1(a, u<caret>p, c):
|
|
print a
|
|
print c
|
|
|
|
f1(1, 2, 3) |