Skip to content

Instantly share code, notes, and snippets.

@llasram
Forked from mattcmaddox/gist:1988368
Created March 6, 2012 19:17
Show Gist options
  • Save llasram/1988381 to your computer and use it in GitHub Desktop.
Save llasram/1988381 to your computer and use it in GitHub Desktop.
Python the Hard Way exercise 17, extra credit 3
from sys import argv
from os.path import exists
script, from_file, to_file = argv
action = open(from_file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment