Science, asked by khushinidhi456, 2 months ago

.What will be the output after the following statements? x = {0:4, 1:8, 2:16, 3:32} print(x.keys())

2 points

(a) dict_keys(0, 1, 2, 3)

(b) dict_keys{0, 1, 2, 3}

(c dict_keys([0, 1, 2, 3])

(d) dict_keys((0, 1, 2, 3))


Answers

Answered by umeshnirmal04
1

Answer:

i thik b is correct ........

Similar questions