mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 01:43:57 +07:00
7 lines
102 B
Python
7 lines
102 B
Python
def f():
|
|
a = 1
|
|
while a < 10:
|
|
<selection>do_smth
|
|
a+=1</selection>
|
|
print(a)
|