mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 1e389ba4ef18ebb13da8665fb5a47708cddc6ccf
3 lines
60 B
Python
3 lines
60 B
Python
def f(a:list):
|
|
for i, e in enumerate(a):
|
|
<caret> |