mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-30 08:41:59 +07:00
GitOrigin-RevId: 48b187e19ee36fd274c1670ecc388c661f11f774
4 lines
54 B
Python
4 lines
54 B
Python
def foo(x, y):
|
|
z = x + y
|
|
print(z)
|
|
return z |