Предмет: Информатика,
автор: 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:
спс
Интересные вопросы
Предмет: Русский язык,
автор: vanchatzedemyanenko
Предмет: Английский язык,
автор: StupidLimon
Предмет: Русский язык,
автор: Еceния56
Предмет: Геометрия,
автор: Кунчёнпё
Предмет: Английский язык,
автор: vovan9163