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
with open(from_file, 'r') as f: indata = f.read() # outputs True print f.closed