In Python, lists and tuples are both used to store a collection of items. However, there are some key differences between them.
1. Syntax: - Lists are enclosed in square brackets [ ],
tuples are enclosed in parentheses ( )
2. tuples are immutable, they are faster to access and process compared to lists. Tuples are also more memory-efficient.
Anybody Can Code
• Basis Information About Data Science.