What data type is the object below ?L = [1, 23, 'hello', 1]
list
Reason — A list can store a sequence of values belonging to any data type and they are depicted through square brackets.