1.Let my_dictionary={‘a’: ‘ram’, ‘b’: ‘mohan’, ‘c’: ‘sita’} then what would be
my_dictionary[‘d’]= ‘ramesh’
A. Error
B. We can’t perform this operation because dictionary is immutable
C. It will add a new element with key ‘d’ and value ‘ramesh’
D. None of the above
Answers
Answered by
1
Answer:
C. It will add a new element with key ‘d’ and value ‘ramesh’ is correct
Explanation:
please mark as brainlist
Similar questions