Question d’entretien chez Canoo

What is the difference between a list and a tuple in Python?

Réponse à la question d'entretien

Utilisateur anonyme

9 nov. 2020

A list is a mutable data type while a tuple is an immutable data type.