Introduction

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.


Source: Nina Zakharenko, https://practical.learnpython.dev/03_sets_tuples_dicts/
Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 License.