A

Admin • 832.27K Points
Coach

Q. What does the `dict` constructor return when passed a list of two-item tuples?

  • (A) Set
  • (B) Tuple
  • (C) Dictionary
  • (D) List

Explanation by: Admin

`dict([(a, b), (c, d)])` creates a dictionary from those key-value pairs.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.