Sollicitatievraag bij Canoo

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

Antwoord op sollicitatievraag

Anoniem

9 nov 2020

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