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