Computer Science, asked by premvasanth8617, 1 year ago

What is usage of update method in Python dictionary?

Answers

Answered by arunkumarsingh8up
1

Answer:

Explanation:

Python Dictionary update() The update() method updates the dictionary with the elements from the another dictionary object or from an iterable of key/value pairs. The update() method adds element(s) to the dictionary if the key is not in the dictionary.

Similar questions