Built with the Learn theme.
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.
tuple
dict
set