

McqMate
Q. |
What is the output of the following program?
|
A. | {0: 0, 1: 0, 2: 0} |
B. | {0: 1, 1: 1, 2: 1} |
C. | {0: 0, 1: 0, 2: 0, 0: 1, 1: 1, 2: 1} |
D. | TypeError: Immutable object |
Answer» B. {0: 1, 1: 1, 2: 1} |
View all MCQs in
Python ProgrammingNo comments yet