#tuples

[ follow ]
#lists
Realpython
4 months ago
Python

Python Basics Exercises: Lists and Tuples - Real Python

Python lists and tuples are containers for organizing and storing collections of objects
Lists are mutable, while tuples are immutable [ more ]
Realpython
5 months ago
Python

Python Basics: Lists and Tuples - Real Python

Python lists are mutable and can hold multiple items
Tuples are immutable and can also hold multiple items [ more ]
Realpython
4 months ago
Python

Python Basics Exercises: Lists and Tuples - Real Python

Python lists and tuples are containers for organizing and storing collections of objects
Lists are mutable, while tuples are immutable [ more ]
Realpython
5 months ago
Python

Python Basics: Lists and Tuples - Real Python

Python lists are mutable and can hold multiple items
Tuples are immutable and can also hold multiple items [ more ]
morelists
[ Load more ]