height = 2.5 if height > 2: print("you are tall!") height= 1.85 if height>2: print("you are tall!") else: print("you are not tall")