mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
9 lines
150 B
Python
9 lines
150 B
Python
a = b = c = 0
|
|
if (a and b and c or
|
|
a and b or
|
|
a or
|
|
a and b or
|
|
a and b and c or
|
|
a and b or
|
|
a):
|
|
pass |