mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
7 lines
78 B
Python
7 lines
78 B
Python
while condition1:
|
|
pass
|
|
|
|
if condition:
|
|
test<caret>1()
|
|
else:
|
|
test2() |