Q35
What will be the output of the following Python code snippet? test = 1:'A', 2:'B', 3:'C' test = print(len(test))
A.
0
AnswerB.
None
C.
3
D.
An exception is thrown
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board