Computer Science, asked by anukulsinghish, 5 months ago

Write the output of the following codes : 3

d1 = {1 : 10, 2 : 20, 3 : 30, 4 : 40, 5 :50}

d1 . items ( )

d1. keys ( )

d1. values ( )​

Answers

Answered by greatsingh144
6

Answer:

Write the output of the following codes : 3

d1 = {1 : 10, 2 : 20, 3 : 30, 4 : 40, 5 :50}

d1 . items ( )

d1. keys ( )

d1. values ( )

Similar questions