Data Structures in Python

Hello readers, this blog is about predefined data structures in python. This includes Lists, Tuples, Sets, and Dictionary. We’ll see each of them one by one with their declarations. So, let’s get started. Lists A List is a data structure which has an ordered sequence of elements. The elements in the list can be mutable, which means that we can add, … Continue reading Data Structures in Python