Python - Multiple Inheritance and Method Resolution
Which of the following is the correct syntax to define a class
Child that inherits from two parent classes Parent1 and Parent2?