Which of these statements are true about dictionaries?
Right! Dictionaries are unordered and their key-value pairs can be of any type. We can access values through their keys, but we can't sort them.
Close! Dictionaries are unordered and their key-value pairs can be of any type. We can access values through their keys, but we can't sort them.