This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
radu
/
python-tutorials
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
bbdeee5bae
Gałęzie
Tagi
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
Historia
Czysty
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,