标签:style blog color ar sp div log ad bs
from sys import argv script, filename = argv txt = open(filename) print "Here‘s your file %r:" % filename print txt.read() print "Type the filename again:" file_again = raw_input("> ") txt_again = open(file_again) print txt_again.read()
标签:style blog color ar sp div log ad bs
原文地址:http://www.cnblogs.com/hluo/p/4045441.html