# Get the name from the user and attach label "a" to it. a = input("Please enter your name: ") # Print a. print("Hello", a)