mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 23:05:49 +07:00
5 lines
73 B
Python
5 lines
73 B
Python
def foo():
|
|
if a + 2 > 3 and b < 4:
|
|
a = a and b
|
|
b = 4
|