Each data item in the list is assigned a unique index value.
1 Like
True
Reason — Each element in a list is assigned a unique index value that helps in identifying and accessing the data items in the list.
Answered By
You can create a list with different data items by placing them inside single quotes.
The value of a list item can be easily updated.
In Python, you cannot change the sequence of the index value of a list.
You cannot remove the elements of a tuple.