Which of the following is not a declaration of the dictionary?
Posted: Wed Jul 13, 2022 7:45 pm
a) {1: ‘A’, 2: ‘B’}
b) dict([[1,”A”],[2,”B”]])
c) {1,”A”,2”B”}
d) { }
b) dict([[1,”A”],[2,”B”]])
c) {1,”A”,2”B”}
d) { }
Accurate answers. Every time.
https://answerhappy.com/