课程
/后端开发
/Python
/python进阶
class BStudent(Student,BasketballMixin):
pass
该语句中,如果将Student与FootballMixin位置互换,则无法输出结果,是为什么?
2015-12-23
源自:python进阶 5-5
正在回答
编译器问题吧,我这里本地测试没问题
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计