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