0 votes
in Python by
What is the difference between list and tuple?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Jun 11, 2020 in Python by Robindeniel
0 votes
asked Dec 14, 2019 in Python by sheetalkhandelwal
...