Computer Science, asked by gulshankumarvarma97, 4 months ago

What is the output produced by the following code – (2)

D1={5: [6,7,8], “a” : (1,2,3)}

print(d1.keys())

print(d1.values())​

Answers

Answered by princeuplucky123449
1

Explanation:

Whenever Harris or George reached out for something Montmorency would poke his damp nose in between. He put his leg into the jam and disturbedthe teaspoons. He also pretended that the lemons were rats. So he got into the hamper and killed three of them before Harris could land him with the frying-pan.

Answered by jayendrapanghal
0

Answer:

It will be abc

Explanation:

This is because abc is the 0 index of the array d1.

Similar questions