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