为了账号安全,请及时绑定邮箱和手机立即绑定

有人可以帮我这个程序吗?

有人可以帮我这个程序吗?

Go
慕的地6264312 2021-05-16 16:01:06
   class student:def __init__(self,name,sub,mark):    self.name=name    self.sub=sub    self.mark=markdef on_kv_board(self):    if (self.mark>=450):        return True    else:`enter code here`        return Falsestudents=[]num_student=int(input("Enter the number of students appeared:"))for entries in range(0,num_student):name=input("Student name:")sub=input("Subject in which "+name+" got the highest mark:")mark=int(input("Total marks obtained/500:"))if student(name,sub,mark).on_kv_board() is True:    a=(student(name,sub,mark))    students.append(a)print(students)每当我用两个输入来打印students []列表时,它就会给我一个输出[0x03784790的Student.student对象,0x037D61B0的Student.student对象]
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 152 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信