Data structures and containers

In the last section, we talked about variable types that store single values. Now we will move on to data structures that can hold multiple values. These data structures are lists, tuples, dictionaries, and sets. Lists and tuples are commonly referred to as sequences in Python. In this book, we will use the terms data structures and data containers interchangeably.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset