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