Python Basics: Lists and Tuples - Real Python
Briefly

Python lists are similar to real-life lists. You can use them to store and organize a collection of objects, which can be of any data type.
Tuples, on the other hand, are written in ink. They're similar to lists in that they can hold multiple items, but unlike lists, tuples are immutable, meaning you can't modify them after you've created them.
Read at Realpython
[
add
]
[
|
|
]