McqMate
Q. |
What data type is the object below? L = [1, 23, 'hello', 1] |
A. | list |
B. | dictionary |
C. | array |
D. | tuple |
Answer» A. list | |
Explanation: list data type can store any |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet