Ответ:
a=int(input('Введіть число a '))
b=int(input('Введіть число b '))
c=int(input('Введіть число c '))
d=int(input('Введіть число d '))
h=int(input('Введіть число h '))
print(f'S = {(a+b)*h/2}')
print(f'P = {a+b+c+d}')
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
a=int(input('Введіть число a '))
b=int(input('Введіть число b '))
c=int(input('Введіть число c '))
d=int(input('Введіть число d '))
h=int(input('Введіть число h '))
print(f'S = {(a+b)*h/2}')
print(f'P = {a+b+c+d}')