filmov
tv
List vs Tuple in Python using Jupyter Notebook

Показать описание
Tuples are an ordered sequences of items, just like lists. The main difference between tuples and lists is that tuples cannot be changed (immutable) unlike lists which can (mutable).