Pagina 2 van 3
Tuples
Tuples are similar to lists but immutable. Understanding tuples is crucial as they are used to store data that should not change, enhancing data integrity in your programs.
Lists, Tuples, Sets, and Dictionaries | Intermediate Python Tutorial | Updated 2023
An overview of Python's built-in collections (lists, tuples, sets, and dictionaries) Link to Playlist: ...