mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 11:35:12 +07:00
3 lines
66 B
Python
3 lines
66 B
Python
x = default_value
|
|
for y in possibly_empty_list:
|
|
x = process(y) |