Vidyalelo
Python · Q10

MCQs for Python Dictionaries: Exam

Programming · Python · question 10

Q10

Which method is used to get a list of all values in a dictionary?

A.
values()
Answer
B.
get_values()
C.
all_values()
D.
list_values()

Answer: Option A

Solution

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