Implementing multiple inheritance in python

后端 未结 0 1570
误落风尘
误落风尘 2020-12-05 15:30

I am learning to implement multiple inheritance in python and here\'s my code -

class house(object):
    def __init__(self, bedroom=1, hall=1, kitchen=1, bath         


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