name = input( "What is your name? " ) print( "hello", name,) age = input( "how old are you? " ) print( "cool I was", age, "once two") height = input( "how tall are you? " ) print( "cool im 0'0 cause im a computer " ) num = input ("give me a number or ISTG ")