from __future__ import with_statement # This isn't required in Python 2.6 with open("hello.txt") as f: for line in f: print line.
確定! 回上一頁