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