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