While working through this exercise I ran into a problem.
from sys import argv from os.path import exists script, from_file, to_file = argv print \"Copying from
Just use a semi colon in between your existing code line i.e.
in_file = open(from_file); indata = in_file.read()
I think his is what you were after..