Instruction
Hello again! This is the second part of our course on data structures in Python. You already know what lists are typically used for, so it's time to move on to tuples.
Tuples are a simple yet powerful data structure in Python. In this part, you'll find out how to use them.
So, without further ado, let's get started!
Exercise
Click to continue.



