hey everyone. this is my first time trying this -- actually, I've been
studying python only for some days now, and I'm afraid my questions are going
to be rally simple, but I can't seem to understand this piece of code and
thus can't move on.
you probably know the book, so you know that zed
first, sorry everyone for having attached the file instead of just typing it
here.
second, thanks a lot for the replies; even though I gave you no code it was
quite helpful!
the code was this:
from sys import argv
script, filename = argv
txt = open (filename)
print "Here's your file %r: " % fi