So after pretty much giving up on programming (I think I should say that I kinda forgot about it actually) and not checking Daniweb, I decided after a few months of doing other things I'd come back to Daniweb and start trying to program once again.
After skimming through "Learn Python the Hard Way" to refresh my memory, I decided I'd practice a bit and now I'm having a bit of a problem; and because I can't seem to figure it out my brain's in a state of total frustration and meltdown.
Why does this give me a NameError?
def something():
a = raw_input('>> ')
return a
something()
print a