A

Admin • 802.91K Points
Coach

Q. Dictionaries in Python are:

  • (A) Immutable
  • (B) Ordered since Python 3.7
  • (C) Unordered always
  • (D) Not iterable

Explanation by: Admin
From Python 3.7+, dictionaries preserve insertion order.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.