I just learned that Python (similar to C++) also uses multiple inheritance.
Could any Pythonists here say how common it is to use this type of inheritance in Python? Do you have any example Python code in code playground that use multiple inheritance?