Question d’entretien chez CodeArray

What is difference between List and Tuple?

Réponse à la question d'entretien

Utilisateur anonyme

14 oct. 2021

List are mutable which means you can add new items and in case of tuple you can't update it as it is immutable .