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