This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
radu
/
python-tutorials
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
bbdeee5bae
شاخهها
تگها
master
python-tutor...
/
programs
/
exceptions_using_with.py
exceptions_using_with.py
67 B
تاريخچه
خام
1
2
3
4
with open("poem.txt") as f:
for line in f:
print line,