Is the List in python homogeneous or heterogeneous?
Your question does not make much sense since everything in Python is an object. And a list can hold arbitrary instances of objects if needed.