Frage im Vorstellungsgespräch bei Canoo

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

Antwort im Vorstellungsgespräch

Anonym

9. Nov. 2020

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