mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
4 lines
63 B
Python
4 lines
63 B
Python
bar = 2
|
|
elements = [x for x in range(5) if x == bar]
|
|
print bar
|