Найти - Пользователи
Полная версия: OP --> with
Начало » Python для экспертов » OP --> with
1
zx

with open('WindowList.py','r') as g:
print g.read()


почему такой код запускаемый из IDLE работает, а просто из скрипта - нет?
Cleric
патамучта

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