this question should be really simple, but since im a noob to python I have no idea what to do here.
the code that I sent was:
print("what is your name?")
name=input()
then this error would appear when I tried to run it:
name '(namethatwasinput)' is not defined
it worked before so i have no idea what's going on, can anyone help?