Q. Which method is used to get all values from a dictionary?
β
Correct Answer: (B)
values()
Explanation: values returns a view of all values in the dictionary.