Which statement describes Python dictionaries?
They store only unlabelled values like a list
They automatically sort items by key
They require every key to appear at least twice
They store key-value pairs with unique keys and preserve insertion order in Python 3.7 and later