Practice Test Geeks home

Python File Input and Output Questions and Answers

Which of the following is the most idiomatic and safest way to open a file for writing in Python, ensuring that it is always closed properly?

Select your answer