I\'m reading learn python the hard way, and on chapter 15 I\'m suppose to use import argv to assign variables and raw input to gain user input. The script is:
There is an extra comma
script, filename, = argv
It should be
script, filename = argv