• помогите пожалуйста сделать все три задания в Python​

    question img

Ответы 1

  • 1

    o, d, t = int(input()), int(input()), int(input())

    if d >= o <= t:

       print(od)

    elif o >= d <= t:

       print(d)

    else:

       print(t)

    2

    o, d, t = int(input()), int(input()), int(input())

    if o == d == t :

       print(3)

    elif o == d or o == t or d == t:

       print(2)

    else:

       print(0)

    3

    x1, x2, y1, y2 = int(input()), int(input()), int(input()), int(input())

    if (x1 - x2) * (y1 - y2) == 0:

       print("YES")

    else:

       print("NO")

  • Добавить свой ответ

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years