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