

InterviewSolution
Saved Bookmarks
1. |
What is dictionary?It is mutable or non mutable |
Answer» They are mutable<br>Keys are immutable but values are mutable<br>Thank you so much @aditi.bains<br>Dictionary are mutable unordered collection with elements in the form of a key ,value pairs that associated keys to values<br>Mutable | |