This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
locky
/
ASJServer
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
85631bde93
Ramuri
Etichete
master
test
ASJServer
/
Ansjer
/
test
/
kbt.py
kbt.py
90 B
Istoric
Crud
1
2
3
4
5
6
jl = []
for i in range(10):
jl.append(i)
if len(jl) > 3:
jl = []
print(jl)