mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
8 lines
70 B
Python
8 lines
70 B
Python
def f():
|
|
if True:
|
|
a = 1
|
|
else:
|
|
a = 2
|
|
|
|
#comment
|