mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
GitOrigin-RevId: caf60bd52a1872a2eb53f3617a6ffb51b195ff33
3 lines
47 B
Python
3 lines
47 B
Python
my_list = [1, 2, 3]
|
|
for e in my_list:
|
|
<caret> |