mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
5 lines
63 B
Python
5 lines
63 B
Python
a = 2
|
|
b = 3
|
|
<selection>a = a + b
|
|
c = a * 2</selection>
|
|
print(c) |