Home / Programming MCQs / Python MCQs / Question
M
Q. What is the output of the following program? D = {1 : 1, 2 : '2', '1' : 1, '2' : 3} D['1'] = 2 print(D[D[D[str(D[1])]]])
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Suppose t = (1, 2, 4, 3), which of the following is incorrect?
What will be the value of variable y after execution of following Python code?
Suppose list1 is [1, 3, 2], What is list1 * 2 ?
What will be the output of the following code snippet?
What will be the output of the following Python expression?
What will be the output of the following Python code and state the type of copy that is depicted?
Discusssion
Login to discuss.