python_ref_input_2.py:
x
 
x = input("Enter your name:")
print("Hello, " + x)