1.

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» D. { }


Discussion

No Comment Found