Tell me what is the difference between list and tuple?

Submitted by: Muhammad
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.
Submitted by: Muhammad

Read Online Python Developer Job Interview Questions And Answers