Which of the following is the correct form of using dict()?
(a) >>>dict([(‘a’, 45),(‘b’,76)])
(b) dict({‘a’: 45,‘b’:76})
(c) dict(‘a’= 45,‘b’=76)
(d) All of these
Answer:
The rest of the post is locked. Join Teachoo Black to see the full post.