mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
10 lines
151 B
Python
10 lines
151 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
|