BlackRock Interview Question

What is a context manager in python

Interview Answer

Anonymous

Nov 7, 2024

In Python, a context manager is an object that manages resources like file streams, database connections, or network connections