Examveda

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"}

D. { }

Answer: Option C


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python