Ответ:
python 3
a=int(input())
b=int(input ())
c=0
c=a-b
print(c)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
python 3
a=int(input())
b=int(input ())
c=0
c=a-b
print(c)