This is my first program ever written in Python. I'm following a guide on youtube and I've done exactly the same as the guy in the video. Here's my code:
print("hello world")
myName = input ('what is your name')
print(myName)
It doesn't work I'm getting name "something" is not defined
.
The guide I'm following can be found here: https://youtu.be/hFhiV5X5QM4?t=5m7s