# Get the user's name name = input('Enter your name:\n') # Print hello statement print("Hello, " + name + "!")