Discuss the utility and significance of lists briefly
Answers
Answered by
7
Explanation:
The elements in a list are indexed according to a definite sequence and the indexing of a list is done with 0 being the first index. ... In Python, list is a type of container in Data Structures, which is used to store multiple data at the same time. Unlike Sets, the list in Python are ordered and have a definite count.
Similar questions