This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
locky
/
ASJServer
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
85631bde93
Ramos
Etiquetas
master
test
ASJServer
/
Ansjer
/
test
/
kbt.py
kbt.py
90 B
Histórico
Em bruto
1
2
3
4
5
6
jl = []
for i in range(10):
jl.append(i)
if len(jl) > 3:
jl = []
print(jl)