name = input( "what is your name?" ) age = input( "How old are you" ) height = input( "how tall are you" ) print( "hello", name, "you are", age, "years old, and are", height )