Chapter 3

Sets, Tuples, and Dictionaries

Now that we’ve got the basics of strings and numbers and lists down, let’s talk about the advanced data types - tuple, dict and set. These are container objects that let us organize other types of objects into one data structure.