[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fR9oPcb9mY-_1xB7IeNx8NVHSnakDameu-wVFNlRoCug":3},{"answer":4,"createTime":5,"id":6,"options":7,"origin":12,"question":19,"related":20,"source":31,"type":103},[],"2025-12-30 23:15:42",295867789,[8,9,10,11],"坚持目标导向和问题导向","坚持系统思维","坚持进一步全面深化改革","坚持扩大对外开放",{"count":13,"courseId":14,"courseImg":15,"courseName":16,"workId":17,"workName":18},55,"53e1d2ef4961cca8eea3e23969ad2cb9","https:\u002F\u002Ftihai-oss-cloud.itihey.com\u002Fimg\u002F03a579384a6dc297c89809b582fcc767.png","默认课程","work_49070530","作业_Python面向对象 > 作业5-1","11月1日出版的第21期《求是》杂志将发表习近平的重要文章《关于〈中共中央关于制定国民经济和社会发展第十五个五年规划的建议)的说明》.习近平指出,在《建议》稿起草过程中,我们注意把握以下几点. ( )",[21,33,41,50,59,68,77,83,90,96],{"answer":22,"createTime":23,"id":24,"options":25,"question":30,"source":31,"type":32},[],"2025-12-14 18:24:38",264627319,[26,27,28,29],"yyy 30 yyy 30","yyy 30 xxx 20","xxx 20 xxx 20","错误","class Student: name=&quot;xxx&quot; age=20 s=Student()s.name=&quot;yyy&quot;s.age=30print(s.name,s.age,Student.name,Student.age)结果","v1",0,{"answer":34,"createTime":23,"id":35,"options":36,"question":40,"source":31,"type":32},[],264627320,[37,38,39,29],"yyy","xxx","None","class Student: def __init__(self,n=&quot;xxx&quot;): self.name=n def show(self): print(self.name) s=Student(&quot;yyy&quot;)s.show()结果",{"answer":42,"createTime":23,"id":43,"options":44,"question":49,"source":31,"type":32},[],264627321,[45,46,47,48],"yyy 20 xxx 30","yyy 20 zzz 30","xxx 20 yyy 30","xxx 20 zzz 30","class Student: name=&quot;yyy&quot; age=30 def __init__(self): self.name=&quot;xxx&quot; self.age=20 s=Student()Student.name=&quot;zzz&quot;print(s.name,s.age,Student.name,Student.age)结果",{"answer":51,"createTime":23,"id":52,"options":53,"question":58,"source":31,"type":32},[],264627322,[54,55,56,57],"yyy 男 20","yyy 男 30","xxx 男 30","xxx 男 20","class Student: age=20 def __init__(self,n=&quot;xxx&quot;,s=&quot;男&quot;): self.name=n self.sex=s def show(self): print(s.name,s.sex,s.age) s=Student(&quot;yyy&quot;)s.age=30s.show()结果",{"answer":60,"createTime":23,"id":61,"options":62,"question":67,"source":31,"type":32},[],264627323,[63,64,65,66],"aaa male","aaa female","yyy female","xxx female","class Person: def __init__(self,n=&quot;xxx&quot;): self.name=nclass Student(Person): def __init__(self,n=&quot;aaa&quot;,s=&quot;male&quot;): Person.__init__(self) self.sex=s def show(self): print(self.name,self.sex)s=Student(&quot;yyy&quot;,&quot;female&quot;)s.show()结果",{"answer":69,"createTime":23,"id":70,"options":71,"question":76,"source":31,"type":32},[],264627324,[72,73,74,75],"yyy 男","xxx 男","Student.show(s)错误","def __init__(self,n=&quot;xxx&quot;,s=&quot;男&quot;)错误","class Student: def __init__(self,n=&quot;xxx&quot;,s=&quot;男&quot;): self.name=n self.sex=s def show(self): print(s.name,s.sex) s=Student(&quot;yyy&quot;)Student.show(s)结果",{"answer":78,"createTime":23,"id":79,"options":80,"question":82,"source":31,"type":32},[],264627325,[37,38,29,81],"xxxyyy","class Student: def __init__(self,n=&quot;xxx&quot;): self.name=n @classmethod def show(cls): s=cls() print(s.name) s=Student(&quot;yyy&quot;)Student.show(s)结果",{"answer":84,"createTime":23,"id":85,"options":86,"question":89,"source":31,"type":32},[],264627326,[66,87,88,38],"xxx male","结果错误","class Person: def __init__(self,n=&quot;xxx&quot;): self.name=nclass Student(Person): def __init__(self,s=&quot;male&quot;): self.sex=s def show(self): print(self.name,self.sex)s=Student(&quot;female&quot;)s.show()结果",{"answer":91,"createTime":23,"id":92,"options":93,"question":95,"source":31,"type":32},[],264627327,[37,38,29,94],"yyyxxx","class Student: def __init__(self,n=&quot;xxx&quot;): self.name=n @classmethod def show(cls): s=cls() print(s.name) s=Student(&quot;yyy&quot;)s.show()结果",{"answer":97,"createTime":23,"id":98,"options":99,"question":102,"source":31,"type":32},[],264627328,[100,101,54,29],"yyy 男 0","yyy 男 None","class Student: def __init__(self,n=&quot;xxx&quot;,s=&quot;男&quot;): self.name=n self.sex=s def show(self): print(s.name,s.sex,s.age) s=Student(&quot;yyy&quot;)s.age=20s.show()结果",1]