👤

_________<l>the first list item<i>​

Sagot :

• LIST

like arrays, are indexed starting at zero. The first element in a list is the "zero-th" element.

Explanation:

In computer science, a list or sequence is an abstract data type that represents a finite number of ordered values, where the same value may occur more than once.

Lists are a basic example of containers, as they contain other values.