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