name = input("what is your name?" ) num1 = int ( input("What is your age? ") ) num2 = int ( input("What is your height " ) ) print("hello" , name , "you are" , num1 , "and your height is" , num2) height = 185 if height < 2 : print( "you are tall!") if height > 2 : print( "you are not tall!")