mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
3 lines
68 B
Python
3 lines
68 B
Python
value = "not-none"
|
|
|
|
print("None" <caret>if value is None else value) |