Пожалуйста, срочно!!!!

Приложения:

Ответы

Ответ дал: nikitabolshak08
1

Ответ:

if
prince == 100:
print("price is 100")
elif
price > 100:

print("price is greater than 100")
elif price < 100:
print("price is less than 100")

Объяснение:

Вас заинтересует