mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
3 lines
68 B
Python
3 lines
68 B
Python
x = 1
|
|
res1 = None if False else x = 2
|
|
res2 = x = 2 if True else None |