Python Built-in DataTypes - Day - 11
There are 4 built-in data types which are used to store the collections of data, and those are Lists, Tuple, Dictionary and Set.
Lists :
used to store multiple values in single variable, starting from index 0.
items are ordered, changeable and all...
pythonbeginners.hashnode.dev5 min read