All elements in a list must be of the same type.
2 Likes
False
Reason — A list is a standard data type of python that can store a sequence of values belonging to any data type.
Answered By
1 Like
A list may contain any type of objects except another list.
There is no conceptual limit to the size of a list.
A given object may appear in a list more than once.
The keys of a dictionary must be of immutable types.