#!/usr/bin/python # Open a file in write mode fo = open("foo.txt", "rw+") print "Name of the file: ", fo.name # Assuming file has following 5 lines # This ...
確定! 回上一頁