Okay, so maybe I'm just making a newbie error, but I'm working with python 3.2 and a linux box at the moment. When these programs are run via the terminal and ask for user input, they invariably throw a name error. If, for example, I input 'asdf' (without the quotes), the terminal tells me: NameError: name 'asdf' is not defined.
If I typed in 'asdf' with the quotes, though, it works fine. It also works the first way if I run it in IDLE. Is this something with the linux terminal? Am I missing something basic in Python? Thanks!
