name = input("Enter your name:")# Asks you to enter your name print("Hello "+name) # Prints Hello and the value in name