mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
2 lines
44 B
Python
2 lines
44 B
Python
my_list = [1, 2, 3]
|
|
for e<caret> in my_list: |