Computer Science, asked by inbasakthi02, 2 months ago

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 balwantjaiswal09
1

Answer:

c is the equivalent fraction

Similar questions