Is the List in python homogeneous or heterogeneous?
The List in Python is heterogeneous - the same list can accept objects of various different types.
There is a snippet here which gives you a homogeneous list in Python. No idea how that piece of code would perform however.