

McqMate
Q. |
What is the output of the following program?
|
A. | [[[2, 3, 9]], [[2, 3, 9]], [[2, 3, 9]]] |
B. | [[2, 3, 9], [2, 3, 9], [2, 3, 9]] |
C. | [[[2, 3, 9]], [[2, 3, 9]]] |
D. | None of these |
Answer» A. [[[2, 3, 9]], [[2, 3, 9]], [[2, 3, 9]]] |
View all MCQs in
Python ProgrammingNo comments yet