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