demo_ref_input.py:
print("Enter your name:") x = input() print("Hello, " + x)
C:\Users\My Name>python demo_input.py
Enter your name: