mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-21 04:50:58 +07:00
6 lines
95 B
Python
6 lines
95 B
Python
def method_name(<caret>a):
|
|
while (a < 10):
|
|
print(a)
|
|
a = a + 1
|
|
return a
|