mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
4 lines
30 B
Python
4 lines
30 B
Python
x = 1
|
|
y = 2
|
|
y = x + y
|
|
print(y) |