mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 06:06:18 +07:00
5 lines
59 B
Python
5 lines
59 B
Python
while foo:
|
|
if condition:
|
|
break
|
|
print "Hello"
|