Across
- 1. set operation to find elements in either set but not in both.
- 4. Use square brackets to add or modify key-value pairs.
- 8. Allows you to filter dictionary items during comprehension.
- 10. Keywords used to check if elements exist or don't exist in a set.
- 12. Method that returns a list of key-value pairs in a dictionary.
- 13. Use curly braces {} or the dict() constructor.
- 14. The data associated with a key in a dictionary.
- 17. A method to close a file after reading or writing
- 22. Use square brackets with the key
- 24. A method to check if one set is a subset of another set.
- 28. set two being greater then or equal to set one
- 29. A set operation to find common elements between two sets
- 31. A function to open files for reading or writing
- 35. Use .add() to add and .remove() to remove elements.
- 36. A method in the pickle module to
- 39. A concise way to create dictionaries using a compact syntax.
- 40. A concise way to create sets using a compact syntax.
Down
- 2. A method to check if one set is a superset of another set.
- 3. A unique identifier in a dictionary for accessing values
- 4. The process of converting data into a format for storage or transmission
- 5. Values can be of various data types, such as int, str, list,
- 6. A method that returns a list of values in a dictionary
- 7. A collection of key-value pairs
- 9. A keyword used to check if a key exists in a dictionary
- 11. Use curly braces {} or the set() constructor.
- 13. A collection of unique elements
- 15. A keyword used to check if a key doesn't exist in a dictionary.
- 16. A set operation to find elements in one set but not in another.
- 17. Method used to remove all items from a dictionary.
- 18. for Creating an Empty Dictionary
- 19. and save objects to a file.
- 20. word used to remove an item with a specific key from a dictionary
- 21. A way to combine to sets
- 23. A set operation to combine two sets, denoted by |.
- 25. set two being greater then or equal to set one
- 26. and load objects from a file.
- 27. A method used to retrieve a value associated with a key in a dictionary, with a default value if the key doesn't exist
- 30. A method in the pickle module to
- 32. A unique identifier in a dictionary for accessing values.
- 33. A function and data structure for sets, respectively
- 34. built-in function to get the number of items in a dictionary
- 37. Method to remove an item with a specific key from a dictionary
- 38. Returns, as a tuple, the key-value pair that was last added to the dictionary. The method also removes the key-value pair from the dictionary.
