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