mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 00:57:44 +07:00
6 lines
78 B
Python
6 lines
78 B
Python
def bar():
|
|
<selection>a = 1
|
|
print a</selection>
|
|
a = 1
|
|
print a
|