Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Recap
1. Welcome
Tuples as return types in functions
Tuples as records
List of tuples
Summary

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 Next exercise to continue.