Ответ:
a = int(input())
b = int(input())
c = a - b
print (a, "- ", b, "=", c)
Объяснение:
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a = int(input())
b = int(input())
c = a - b
print (a, "- ", b, "=", c)
Объяснение: