user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Can you distinguish between lists and tuples?

user image

Abhishek Mishra

2 years ago

The primary difference between tuples and lists is that tuples are immutable as opposed to lists which are mutable. Therefore, it is possible to change a list but not a tuple. The contents of a tuple cannot change once they have been created in Python due to the immutability of tuples.

Recent Doubts

Close [x]