filmov
tv
An Introduction to Python Tuples

Показать описание
A tuple is a collection which is ordered, unchangeable (immutable) and allows duplicate values. Tuples are used to store multiple items in a single variable. Tuples also support "unpacking".