Найти
-
Пользователи
Полная версия:
OP --> with
Начало
»
Python для экспертов
»
OP --> with
1
zx
Сен. 22, 2007 00:48:38
with open('WindowList.py','r') as g:
print g.read()
почему такой код запускаемый из IDLE работает, а просто из скрипта - нет?
Cleric
Сен. 22, 2007 01:40:39
патамучта
from __future__ import with_statement #в начале файла
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.
Powered by
DjangoBB