QuestionQ29
Miscellaneous (List Comprehensions, Lambdas, Closures, I/O)What output is expected from the following code when the file named zero_length_existing_file is a zero-length file in the working directory?

- A An errno value corresponding to file not found
- B 2
- C 1
- D 0
Community Discussion