Vidyalelo
Python · Q35

MCQs for Python Dictionaries: Exam

Programming · Python · question 35

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
Answer
B.
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