A

Admin • 802.91K Points
Coach

Q. How can you get all the keys from a dictionary?

  • (A) dict.keys()
  • (B) dict.getkeys()
  • (C) dict.allkeys()
  • (D) dict.keySet()

Explanation by: Admin
`keys()` returns all keys from a dictionary.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.