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." " ""Your height is", height, "feet and inches tall.")