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:
O.K. so I found my problem I was not calling my script correctly. For example my py script is ex15.py with that script it will read a text using rw input and argv variables. And the filename for that is ex15_sample. I call the script with python ex15.py ex15_sample, I was confused with my last exercise. Where I used the variables I set in argv to call the script. But all of the feed back was very help and I also applied.