Input function receives string as argument. String needs to passed on double quotes. If you’re not using double quotes, it will be treated as variable. So use
myName = input()
or
myName = input("Enter your name")
While running system will ask for the input at that time you can enter your name
0
solved First Program not going well [closed]