This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Увійти
radu
/
python-tutorials
Слідкувати
1
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Дерево:
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,