Which of the following statement(s) are equivalent:
(1 Point)
d=dict.fromkeys(‘ab’,0)
d= dict([(‘a’,0),(‘b’,0)])
d = {‘a’:0, ‘b’:0}
d = {k:0 for k in ‘ab’}
Answers
Answered by
1
Answer:
c is the equivalent fraction
Similar questions