Collections
We already saw lists, which are a collection of elements. In this chapter we will see other collections: tuples, dictionaries and sets. We will also see how to create collections using comprehensions.
We already saw lists, which are a collection of elements. In this chapter we will see other collections: tuples, dictionaries and sets. We will also see how to create collections using comprehensions.