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