Question d’entretien chez CodeValue

What is difference between tuple and list?

Réponse à la question d'entretien

Utilisateur anonyme

8 févr. 2025

The main difference between tuples and lists is that tuples are immutable, meaning their contents cannot be changed after creation, while lists are mutable and can be modified.