What’s the Difference between a List and a ___? | Python Programming
3 min readJul 3, 2020
--
Lists are the backbone of Python programming language and you should know about them.
Python Data Types
The data types common to Python are as follows:
- lists
- dictionaries
- tuples
- sets