Styrow.dev
Question 8 of 45
Python Topic: General medium

What is the difference between list and tuple?

Question

What is the difference between list and tuple?

Answer

The difference between list and tuple is that list is mutable while tuple is not. Tuple can be hashed for e.g as a key for dictionaries.