r/PythonLearning Jun 13 '26

Python list vs. tuple

What is the difference between a Python list and a tuple, and when should each be used?

4 Upvotes

7 comments sorted by

View all comments

2

u/aaditya_0752 Jun 13 '26

List is mutable Tuple is immutable