List in Python
List is a data structure similar to array. The List in Python can hold any number of elements in it. It does not have a fixed size.
List is indexed. It means we can access the elements of a list by mentioning its index number. Indexing starts from 0,...
reshmaharidhas.hashnode.dev4 min read