mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
8 lines
119 B
Python
8 lines
119 B
Python
def fo():
|
|
for i in range():
|
|
if i == 1:
|
|
do()
|
|
a = 1
|
|
else:
|
|
does()
|