name = input("What is your name? ") num1 = int( input("Enter Your Age: ") ) num2 = int( input("Enter Your Height: ") ) print("Hello", name, "you are", num1, "and your height is", num2 ) height = 185 if height > 2 : print( "You are tall!" ) else: print( "You are not tall!")