This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
CRBC-MaaS-Platform-Project
/
LQAgentPlatform
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
40c34354ce
Branches
Tags
dev
dev-sgbx
test
LQAgentPlatform
/
test
/
test_enumerate.py
test_enumerate.py
107 B
Historique
Raw
1
2
3
my_list = ["苹果", "香蕉", "橙子", "葡萄"]
result = list(enumerate(my_list, start=2))
print(result)