срочно!!!! python .помогите ​

Приложения:

Ответы

Ответ дал: xIorionIx
0

Скрипт 1:

a = (int(input("Введите а - ")))

b = (int(input("Введите b - ")))

c = (int(input("Введите c - ")))

d = (int(input("Введите d - ")))

m = a*d

n = b*c

print(m,n)

Скрипт 2:

import math

a = (int(input("Введите а - ")))

b = (int(input("Введите b - ")))

c = math.sqrt(a**2+b**2)

S = a*b/2

print(c,S)

Вас заинтересует