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,".")