An Inheritance Hierarchy for Python Collections
In the textbook, the diagram shows an inheritance hierarchy for collections.
1) State what the list type is a child of.
2) State what the Non-Sequential Collections are a parent of.
3) State what these four characteristics are.
Python Collections:
- Sequential Collections
- Non-Sequential Collections
- list
- string
- tuple
- dictionary