Computer Science, asked by miyabhai786015, 1 month ago

Which of the following functions will return the key, value pairs of a dictionary​

Answers

Answered by mohantypreet2
5

Explanation:

Explanation: The get() method returns the value of the key if the key is present in the dictionary and the default value(second parameter) if the key isn't present in the dictionary

Answered by adarshsri107
0

Answer:

The values of a dictionary can be accessed using keys

Explanation:

Similar questions