-->
当前位置:首页 > 题库

PROGRAMMING:JMU Python performance judgment

Luz5年前 (2021-05-10)题库396
Input two values to indicate the experimental score X and examination score y. if one of the scores is unqualified (< 60 points), output "unqualified"; Otherwise, the total score is (x + y) / 2. If the total score is more than 90 points (including 90 points), the output is "excellent", otherwise the output is "passed".
###Input sample 1:
Here is a set of inputs. For example:
```in
80, 75
```
###Output sample 1:
The corresponding output is given here. For example:
```out
adopt
```







answer:If there is no answer, please comment