A

Admin • 828.03K Points
Coach

Q. What does `dict1 == dict2` check?

  • (A) Memory location
  • (B) If they are the same object
  • (C) If both have the same keys and values
  • (D) Always False

Explanation by: Admin
Equality operator `==` checks whether two dictionaries have the same keys and values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.