题解 | 班级管理
班级管理
https://www.nowcoder.com/practice/e5539db11767449ab2fb68ed3c2446d0
name=input() number=input() score=input() loyal=input() print(f"{name}'s student number is {number}, and his grade is {score}. He submitted {len(loyal.split(' '))} assignments, each with a grade of {loyal}")