Page 1 of 1

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

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) {1: ‘A’, 2: ‘B’}
b) dict([[1,”A”],[2,”B”]])
c) {1,”A”,2”B”}
d) { }