filmov
tv
15. Tuple in Python || Python Programming Tutorial

Показать описание
Tuples are used to store multiple items in a single variable. A tuple is a collection which is ordered and unchangeable. In Python tuples are written with round brackets.
The Tuples have following properties:
- You cannot change values in a tuple.
- You cannot remove items in a tuple.
The Tuples have following properties:
- You cannot change values in a tuple.
- You cannot remove items in a tuple.