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