Python Data Structures: List, Dictionary, Tuple and Set
List
Lists are just like arrays, declared in other languages which is an ordered collection of data. It is very flexible as the items in a list do not need to be of the same type.
The Lists are written in square brackets and has values.
Syntax:
varia...
neel-soni.hashnode.dev2 min read