Processing math: 100%

Container Data Types

Part 2

Container Data TypesPart 2At this point in the course, we have covered a number of useful container data types, including lists, tuples, dictionaries, and sets. Having these in our arsenal allows us to tackle more complex problems in a more elegant way, and it may even make it possible to solve some problems that we would otherwise be unable to solve. This weeek we’re going to build on our understanding of collections by introducing a few really useful, really powerful operations on collections.