Contino Interview Question

Python: Have you ever used a context manager ?

Interview Answer

Anonymous

Nov 25, 2022

(I missed this but the correct answer is): Yes, I have used the with statement to manage opening/closing when reading from a file.