Computer Science, asked by rutkar1750, 11 months ago

Discuss the utility and significance of lists in python

Answers

Answered by Anonymous
10

Explanation:

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. 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.

Answered by tanujagautam107
4

Answer:

plz mark me as brainliest

Explanation:

The List in python is a most adaptable datatype accessible in Python which can be composed as a rundown of comma-isolated qualities (things) between square sections. ... The components in a list are filed by a distinct arrangement and the ordering of a rundown is finished with 0 being the primary record.

Similar questions