mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +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)
|