height = 1.85 if height > 3 : print( "You are tall!" ) else: print( "You are not tall" )