File handling in Python Quiz

1234567891011
Across
  1. 2. A container for storing data permanently (file type)
  2. 3. Process of reading and writing data to files
  3. 7. Module used to copy and move files
  4. 8. Module used for file path operations in Python
  5. 10. A file mode that allows writing
  6. 11. Method to store Python objects persistently
Down
  1. 1. A file mode that allows reading
  2. 2. Function used to format strings for saving variables
  3. 4. Python module used for file system interaction
  4. 5. Module used to compress files
  5. 6. Tool used to compress multiple files into one archive
  6. 8. Function used to open files
  7. 9. Structure representing file location
  8. 10. Function used to walk through directory trees