Ответ:
Объяснение:
x= int(input())
y=int(input())
if x==y:
print(x+y)
if x!=y:
print(x-y)
В файле
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Объяснение:
x= int(input())
y=int(input())
if x==y:
print(x+y)
if x!=y:
print(x-y)
Ответ:
В файле
Объяснение: