Canoo Interview Question

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

Interview Answer

Anonymous

Nov 9, 2020

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