input command in python shell

Shell
input()x = input("Input Your Name")
#lets say I input Bob
print(x)
#It should output Bob
Source

Also in Shell: