Computer Science, asked by diyaa8444, 8 months ago

Lists and Tuples are ordered"". Explain.

Answers

Answered by Pshah9481
11

Answer:

List as well as tuple is a sequence data type, just as string. List as well as tuple can store objects which need not be of same type. List : A List is an ordered collection of items (which may be of same or different types) separated by comma and enclosed in square brackets.

hope this willl help u....

plzzzzz mark me as brainliest...

Answered by faraday4lyff
0

Answer:

Items are retained in the order in which they are put in. The elements can always be accessed based on their position by integer indexing. The element at the position will always be at index 0. Hence, they are said to be ordered collections.

Similar questions