Q. What dataype is the object below ?
Code:
L = [1, 23, ‘hello’, 1]
β
Correct Answer: (A)
list
L = [1, 23, ‘hello’, 1]
You must be Logged in to update hint/solution