mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
4 lines
54 B
Python
4 lines
54 B
Python
def foo(x, y):
|
|
z = x + y
|
|
print(z)
|
|
return z |