Ответ:
a = int(input())
b = int(input())
print("Чому дорівнює сума цих чисел")
k = int(input())
c = a+b
if k == c:
print('true')
else:
print('false')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = int(input())
b = int(input())
print("Чому дорівнює сума цих чисел")
k = int(input())
c = a+b
if k == c:
print('true')
else:
print('false')