题解 | #班级管理#

班级管理

https://www.nowcoder.com/practice/e5539db11767449ab2fb68ed3c2446d0

import sys

class attribute():
    a=input()
    b=int(input())
    c=int(input())
    d=input().split(" ")
    print("{}'s student number is {}, and his grade is {}. He submitted {} assignments, each with a grade of {}".format(a,b,c,len(d)," ".join(d)))

全部评论

相关推荐

点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务