Q. What data type is the object below?
L = [1, 23, „hello?, 1]
-
(A)
List
-
(B)
Dictionary
-
(C)
Tuple
-
(D)
Array
✅ Correct Answer: (A)
List
Explanation: List in python starts with [ and ends with ] .
Anything written inside square brackets is list in python.