I am new to coding and tried following a YouTube video but the code didn't work.
The code was:
name = input("What is your name: ")
print("Your name is " + name)
Error message:
name "Emma"(The name I entered) is not defined
I am new to coding and tried following a YouTube video but the code didn't work.
The code was:
name = input("What is your name: ")
print("Your name is " + name)
Error message:
name "Emma"(The name I entered) is not defined