Python Tuples [Lec@17]

preview_player
Показать описание
In Python, a tuple is a collection data type that is similar to a list but has some key differences. Tuples are immutable, meaning once they are created, their elements cannot be changed or modified. This makes tuples suitable for representing fixed collections of items. Here's a basic overview of tuples in Python.
Рекомендации по теме