Предмет: Информатика,
автор: krutovamaska
Программирование алгоритмов ветвления. Урок 2 Сопоставь код с его результатом: Количество соединений: 4 price = 50 O if price > 100: print("price is greater than 100") elif price == 100: print("price is 100") else price < 100: print("price is less than 100") price is 100 price = 50 if price > 100: print("price is greater than 100") elif price == 100: : print("price is 100") else: a O price is less than 100 print("price is less than 100") price = 100 = if price > 100: print("price is greater than 100") elif price == 100: print("price is 100") elif price < 100: print("price is less than 100") price = 50 elif price == 100: IdentationError: unindent does not match any outer indentation level if price >= 100: print("price is greater than 100") else: print("price is less than 100")
Приложения:
Ответы
Автор ответа:
15
Объяснение:
Вот, проверенно в оноайн мектепе
Приложения:
gooledofil:
спс
Похожие вопросы
Предмет: Французский язык,
автор: сашанатализа
Предмет: Русский язык,
автор: momotevgeniya1
Предмет: Окружающий мир,
автор: толик081
Предмет: География,
автор: sasha17405
Предмет: Математика,
автор: minegolov