A

Admin • 825.56K Points
Coach

Q. Which method is used to return a view object of dictionary values?

  • (A) get()
  • (B) values()
  • (C) items()
  • (D) keys()

Explanation by: Admin
`values()` returns a view object of all the values in the dictionary.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.