Canoo interview question

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

Interview Answer

Anonymous

9 Nov 2020

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