Напишите результат выполнения логических действий, приведенных ниже: (12 > 25) and (30 > 25) (27 < 50) and (15 > 7) (36 < 75) and (5 < 43) (30> 20) or (30 < 10) (30 > 25) or (25 > 10) (10> 20) or (10 < 50) not (50 > 16) not (24< 12) 163
даю 100 баллов
Ответы
Ответ:
(12 > 25) and (30 > 25) - False (because the first condition is False)
(27 < 50) and (15 > 7) - True (because both conditions are True)
(36 < 75) and (5 < 43) - True (because both conditions are True)
(30> 20) or (30 < 10) - True (because the first condition is True)
(30 > 25) or (25 > 10) - True (because the first condition is True)
(10> 20) or (10 < 50) - True (because the second condition is True)
not (50 > 16) - False (because the condition is True and "not" negates it)
not (24< 12) - True (because the condition is False and "not" negates it)
Объяснение:
Пиши, если зделал что-то не так, но по моему я сделал правильно судя по инструкциям выполнениям подобных заданий
Ответ: False, True, True, True, True, True, False, True
Объяснение:
Если ошиблась где-то, извините :)