mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
4 lines
56 B
Python
4 lines
56 B
Python
x = default_value
|
|
y = 0
|
|
if condition:
|
|
x = process(y) |