This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
radu
/
python-tutorials
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
bbdeee5bae
Větve
Značky
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
Historie
Surový
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,