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