name = input("What is your name?") age = input("How old are you?") height = input("What is your height?") print("Hello", name, "you are", age, "years old, and your height is", height)