This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
locky
/
ASJServer
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
cf7d91a3ff
Haarat
Tagit
master
test
ASJServer
/
Ansjer
/
test
/
kbt.py
kbt.py
90 B
Historia
Raaka
1
2
3
4
5
6
jl = []
for i in range(10):
jl.append(i)
if len(jl) > 3:
jl = []
print(jl)