Question d’entretien chez Profinit

In python what is the difference between list and tuple.

Réponse à la question d'entretien

Utilisateur anonyme

29 mars 2024

List is mutable: you can reassign, add and remove elements. Tuple is not.