Name = input("What is your name?") Age = input("How old are you?") Height = input("What height are you?") print("Hello", Name+".", "You are", Age, "years old, and your height is", Height+".")