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"}
AnswerD.
{ }
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board