Tuples, Sets, and Dictionaries in Python

In the previous lesson, we learned about Lists and how they are used to store multiple items in a single variable. Today, we will learn about three important Python data structures:

Tuples

Sets

Dictionaries