Strange Behavior with Multiple Inheritance in Python

后端 未结 0 839
庸人自扰
庸人自扰 2020-11-22 00:45

I have tried to run the following code:

1: class A(object):
2:  def __init__(self, a):
3:      super(A, self).__init__()
4:      print(\'A\')
5: 
6: 
7: class         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题