Question d’entretien chez Sky

Explain the difference between lists and tuples.

Réponse à la question d'entretien

Utilisateur anonyme

19 juin 2023

Tuples are immutable while lists are not which the contents of a list can be changed after it is created.