Предмет:
ИнформатикаАвтор:
luzАвтор:
delilahhansendef f1():
a = int(input())
b = int(input())
return a % b == 0
def f2():
a = float(input())
b = float(input())
c = float(input())
return a + b > c or a + c > b or b + c > a
def f3():
a = float(input())
b = float(input())
h = float(input())
return (a + b) * h / 2
Автор:
jocelynДобавить свой ответ
Предмет:
Английский языкАвтор:
randallyvcsОтветов:
Смотреть
Предмет:
ФизикаАвтор:
corbinwaltersОтветов:
Смотреть
Предмет:
Кыргыз тилиАвтор:
kobegarnerОтветов:
Смотреть