Page 1 of 1

Which of the following statements create a dictionary?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
a) d = {}
b) d = {“john”:40, “peter”:45}
c) d = {40:”john”, 45:”peter”}
d) All of the mentioned