Vidyalelo
Python · Q36

MCQs for Python Data Types and Numeric Types Chapter

Programming · Python · question 36

Q36

What data type is the object below? L = [1, 23, 'hello', 1]

A.
list
Answer
B.
dictionary
C.
array
D.
tuple

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board