height= float( input("what height are you? ")) height= height if height > 2 : print("Your are tall!") else: print("Your are not tall")