Pregunta de entrevista de Canoo

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

Respuesta de la entrevista

Anónimo

9 nov 2020

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