Height = int ( input ("what is your height") ) if Height > 2 : print ("you are tall") else : print ("you are short like a gnome")