题解 | #班级管理#

班级管理

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

class  Student:
    def __init__(self,name,id,score,grade):##注意init每侧都是两个'_'即'__'
        self.name=name
        self.id=id
        self.score=score
        self.grade=grade
    def result(self):
        a=self.grade
        print(self.name+"'s student number is "+self.id+', and his grade is '+self.score+'. He submitted '+str(len(a.split()))+' assignments, each with a grade of '+self.grade)
name=input()
id=input()
score=input()
grade=input()
p1=Student(name,id,score,grade)
p1.result()

全部评论

相关推荐

qq乃乃好喝到咩噗茶:院校后面加上211标签,放大加粗,招呼语也写上211
点赞 评论 收藏
分享
不愿透露姓名的神秘牛友
昨天 12:11
我最近都有点不想活了,天天早10晚11的,还问我爱不爱她目前的状态别说爱谁了,没扇谁就不错了。是不是大家都是一进节子,只有工作没有爱情了
AzureSkies:在字节的时候找的就是字节的,飞书太适合恋爱人士了,能看到是不是已读,是不是在会议中。简直冥婚好伴侣
投递字节跳动等公司9个岗位
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

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