This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
radu
/
python-tutorials
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
57f0f94104
Branchit
Tagit
master
python-tutor...
/
programs
/
for.py
for.py
73 B
Historia
Raaka
1
2
3
4
5
for i in range(1, 5):
print i
else:
print 'The for loop is over'