Pergunta de entrevista da empresa Canoo

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

Resposta da entrevista

Sigiloso

9 de nov. de 2020

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