Day-3: Core Data Structures in Python — List, Tuple, Set, Dictionary
In Python, data structures help store and organize collections of data efficiently.Today I learned four important built-in data structures:
List
Tuple
Set
Dictionary
Each has different behavior
pythonwithsudha.hashnode.dev6 min read