Understanding Python tuples | Comparing tuples and lists

Опубликовано: 18 Май 2022
на канале: Computer Science Camp
33
3

FULL COURSE
Register to the full Python course on Udemy:
https://www.udemy.com/course/python-f...

FULL LESSON DESCRIPTION
In this lesson I’ll introduce a container data type, similar to a ‘list’, called a ‘tuple’. We’ll look at the syntax used to define and access tuples, the contexts in which you’ll want to use them, and the operators and functions related with them.

FULL LESSON CONTENT
Part 1. Definition of tuples
Part 2. Applications
Part 3. Operators and functions