my code in Python
name = input('Name: ')
Name: Jeffrey
and my error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<string>", line 1, in <module>
NameError: name 'Jeffrey' is not defined
I have no idea what is going on here. I am using python 3.4.5 on a mac uploaded through pyenv install 3.4.5