This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
radu
/
python-tutorials
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
ffb6c422b0
Ranting
Tag
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
Riwayat
Mentahan
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,