Computer Science, asked by prancysingh58, 2 months ago

Explain any five methods in dictionaries. Give examples for each of them.​

Answers

Answered by mspmsp093
1

Answer:

Method Description

  1. clear() Removes all the elements from the dictionary
  2. copy() Returns a copy of the dictionary
  3. fromkeys() Returns a dictionary with the specified keys and value
  4. get() Returns the value of the specified key

please make me as a brainliest.

Similar questions