Vidyalelo
Python · Q63

MCQs for Python Dictionaries: Exam

Programming · Python · question 63

Q63

Which of the following is not a declaration of the dictionary?

A.
{1: 'A', 2: 'B'}
B.
dict([[1,"A"],[2,"B"]])
C.
{1,"A",2"B"}
Answer
D.
{ }

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board