mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 19:52:07 +07:00
9 lines
43 B
Python
9 lines
43 B
Python
def foo(x):
|
|
print(x)
|
|
|
|
foo(1)
|
|
foo(2)
|
|
|
|
|
|
|