ДАЮ 25 БАЛЛОВ ОЧЕНЬ СРОЧНО
ЧТОБЫ УВИДЕТЬ ВСЕ ЗАДАНИЯ НАЖМИТЕ НА КАНТИНКУ​​​

Приложения:

Ответы

Ответ дал: daraprelj
0

1)

A=10

print(A)

2)

X=float(input())

Y=5.5

Z=X-Y

print(Z)

3)

X=int(input())

Y=int(input())

Z=int(input())

V=int(input())

sr=(X+Y+Z+V)/4

print(sr)

4)

a=float(input())

b=float(input())

c=float(input())

d=b**2-4*a*c

print(d)

5)

x=float(input())

y=float(input())

S=(2*x+y)*(x-y)

print(S)

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