A

Admin • 830.13K Points
Coach

Q. Which method returns the default value without inserting a new key?

  • (A) get()
  • (B) setdefault()
  • (C) pop()
  • (D) None of these

Explanation by: Admin
`get()` only retrieves the value or default without modifying the dictionary.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.