This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
CRBC-MaaS-Platform-Project
/
LQAgentPlatform
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d98eb87dea
Rami (Branch)
Tag
dev
dev-sgbx
test
LQAgentPlatform
/
test
/
test_enumerate.py
test_enumerate.py
107 B
Cronologia
Originale
1
2
3
my_list = ["苹果", "香蕉", "橙子", "葡萄"]
result = list(enumerate(my_list, start=2))
print(result)