0
Связывание нескольких условий
Вот код, но почему то результат не защитывается, а точнее задача 3 которая под замком x = int(input()) y = int(input()) result = (int(x + y)/2) # место для вашего кода if 0 <= result <= 60: print(0) elif 70 <= result <= 79: print(10) elif 80 <= result <= 89: print(30) elif 90 <= result <= 100: print(50)
4 Answers
+ 1
Привет! Обрати внимание на условие задачи, особенно на количество набранных учеником баллов, на основании которых предоставляется скидка
+ 1
Thanx all
0
this looks like Python, but my translator is not currently working. Can you translate to English?
0
Translation: "Linking multiple conditions.
Here is the code, but for some reason the result is not recorded, or rather task 3 which is under lock and key"
Q: And what kind of translator you use?



