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