which of the following returned key-value pairs of the dictionary in the form of list of tuples?
(a)keys()
(b)value()
(c)items()
(d)get()
Answers
Answered by
1
Explanation:
the answer of the above questions is
items ()
Similar questions