This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
radu
/
python-tutorials
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
bbdeee5bae
Branche
Tagy
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
História
Raw
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,