mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-23 20:05:01 +07:00
4 lines
95 B
Python
4 lines
95 B
Python
for i in range(10):
|
|
print(i)
|
|
else:
|
|
print('for-loop executed 0 or more times, no break') |