mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-24 14:28:56 +07:00
19 lines
163 B
Python
19 lines
163 B
Python
while c1:
|
|
x = 1
|
|
else:
|
|
y = 1
|
|
|
|
while c2:
|
|
a = 1
|
|
break
|
|
b = 1
|
|
else:
|
|
c = 1
|
|
|
|
while c3:
|
|
m = 1
|
|
if m:
|
|
break
|
|
n = 1
|
|
else:
|
|
o = 1 |