Ответ:
Solution
Объяснение:
a = int(input())
b = int(input())
print( (a+b) / 2)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
Solution
Объяснение:
a = int(input())
b = int(input())
print( (a+b) / 2)