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:
bbdeee5bae
Branchit
Tagit
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
Historia
Raaka
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,