super()引起了‘TypeError: must be type, not classobj’
来源:9-15 子类方法调用父类方法:super关键字

慕码人3491233
2019-09-20
super(Student, self).do_homework()运行不起来,error信息如上
写回答
1回答
-
7七月
2019-09-20
仔细调试下,错误提示很明显了,你传参错了吧。
022019-09-21
相似问题
super()引起了‘TypeError: must be type, not classobj’
来源:9-15 子类方法调用父类方法:super关键字
慕码人3491233
2019-09-20
super(Student, self).do_homework()运行不起来,error信息如上
1回答
7七月
2019-09-20
仔细调试下,错误提示很明显了,你传参错了吧。
相似问题