Report Bug
Qus : What does the update() method do in a dictionary?
Qusअपडेट() मेथड किसी ड़िक्शनरी में क्या करती है?

A. Clears all key-value pairs
B. Updates a specific key
C. Merges another dictionary into the current one
D. Removes all values


Solution
C. Merges another dictionary into the current one






Report Bug