Computer Science, asked by Suhalkakavya38, 2 months ago

A is a collection of values ordered and unchangeable.
computer​

Answers

Answered by AeraSimran
0

A list is an ordered collection of values. The values that make up a list are called its elements, or its items. We will use the term element or item to mean the same thing. Lists are similar to strings, which are ordered collections of characters, except that the elements of a list can be of any type.

Similar questions