A

Admin • 825.56K Points
Coach

Q. Which method returns the value for the given key, or None if not found?

  • (A) get()
  • (B) find()
  • (C) lookup()
  • (D) select()

Explanation by: Admin
`get()` returns the value for a given key, or `None` if the key doesn't exist.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.