Python data structures (lists, tuples, dictionaries, sets)
In this blog post, we are going to study a short overview of some data structures specific to Python3.
Python has four basic inbuilt data structures: Lists, Dictionary, Tuple, and Set. We will see how to use each of them and how they make life easier...
highflyer.hashnode.dev