Login
From:
realpython.com
(Uncensored)
subscribe
Lists vs Tuples in Python – Real Python
https://realpython.com/python-lists-tuples/
links
backlinks
Roast topics
Find topics
Find it!
In this tutorial, you'll learn the key characteristics of lists and tuples in Python, as well as how to define and manipulate them. When you're finished, you'll have a good feel for when to use a tuple vs a list in a Python program.