mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 14:28:56 +07:00
6 lines
78 B
Python
6 lines
78 B
Python
def bar():
|
|
<selection>a = 1
|
|
print a</selection>
|
|
a = 1
|
|
print a
|