Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Welcome to our course
Tuple basics
Tuples in functions
Summary

Instruction

Welcome! This is Python Basics Part 3 – the third instalment of our Python Basics course.

You already know a lot of basic Python concepts and can use lists and dictionaries correctly. In this course, you'll get to know two further Python data structures: tuples and sets. You'll also learn how to use date and time data. Once you finish this course, you will have completed the entire Python Basics series.

In this part, we'll talk about the tuple – an important data structure similar to a list. So, shall we get started?

Exercise

Click Next exercise to continue.