List vs Tuple in Python using Jupyter Notebook

preview_player
Показать описание
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).
Рекомендации по теме