This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
locky
/
ASJServer
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
85631bde93
Rami (Branch)
Tag
master
test
ASJServer
/
Ansjer
/
test
/
kbt.py
kbt.py
90 B
Cronologia
Originale
1
2
3
4
5
6
jl = []
for i in range(10):
jl.append(i)
if len(jl) > 3:
jl = []
print(jl)