1/12
2 13
3 15
4
16
5/6
17
7
8/9 14
10
11

Crossword: Dictionaries

Across

1. A method that returns a view object of all the key-value pairs in a dictionary.

2. Method for merging two dictionaries by adding all key-value pairs from one dictionary into another.

3. A technique that produces a replica of a dictionary with a limited depth.

4. The data associated with a key in a dictionary.

5. A unique identifier that is used to access the corresponding value in a dictionary.

6. A method that retrieves all the identifiers present in a dictionary.

7. A type of object that can be changed after it has been created.

8. A collection of key-value pairs, where each key maps to a specific value.

9. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.

10. The number of key-value pairs in a dictionary.

11. A method that returns all the elements within a dictionary.

Down

12. A type of object that cannot be changed after it has been created.

13. Functions that can be called on a dictionary object to perform operations such as adding, removing, or modifying key-value pairs.

14. A method that removes all key-value pairs from a dictionary.

15. A method that removes and returns the value associated with the specified key.

16. A dictionary that contains other dictionaries as values for its keys.

17. A data structure that allows for efficient access using a hash function.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓