Что будет выведено в каждом случае?
result_1 = True + True print(result_1) result_2 = False + False print(result_2)