A

Admin • 833K Points
Coach

Q. How do you create a dictionary in Python?

  • (A) d = {}
  • (B) d = []
  • (C) d = ()
  • (D) d = <>
  • Correct Answer - Option(A)
  • Views: 21
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

Empty curly braces create an empty dictionary.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.