name = input("What is your name? ") print("So you call yourself " + name + " huh?") code example
Example: name = input("What is your name? ") print("So you call yourself " + name + " huh?")
name = input("What is your name? ")
print("So you call yourself " + name + " huh?")