im new in Python, have error
my code:
from sys import argv script = argv filename = argv txt = open(filename) print "text %r" % filename pr