x = input("Input Your Name") #lets say I input Bob print(x) #It should output Bob
how to use the input() python function
The input() command allows you to require a user to enter a string or number while a program is running.