mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
10 lines
117 B
Python
10 lines
117 B
Python
if (foo and
|
|
bar == 42):
|
|
pass
|
|
elif (foo and
|
|
bar):
|
|
pass
|
|
elif (foo and
|
|
bar == 24):
|
|
pass
|