This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
radu
/
python-tutorials
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
ffb6c422b0
Branch-ok
Tag-ek
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
Előzmények
Nyers
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,