This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
CRBC-MaaS-Platform-Project
/
LQAgentPlatform
Vigiar
3
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
40c34354ce
Ramos
Etiquetas
dev
dev-sgbx
test
LQAgentPlatform
/
test
/
test_enumerate.py
test_enumerate.py
107 B
Histórico
Em bruto
1
2
3
my_list = ["苹果", "香蕉", "橙子", "葡萄"]
result = list(enumerate(my_list, start=2))
print(result)