Understanding Python Data Structures and Functions
There are different types of data structures in Python such as lists, tuples, dictionaries and sets. For now we are going to look at few of these.
Lists are ordered, mutable collections that can store multiple data types.
There are few functions you...
themathlab.hashnode.dev1 min read