height = if height > 1.57 : print("you are tall!") else: print("you are not tall")