Vidyalelo
Python · Q8

MCQs for Python Dictionaries: Exam

Programming · Python · question 8

Q8

What method is used to update the values of a dictionary with the values from another dictionary?

A.
update()
Answer
B.
set()
C.
add()
D.
merge()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board