Skip to main content

Practice ยท 2 of 2

Quiet Zone

Create a context manager using @contextmanager named quiet that SUPPRESSES ValueError raised in its body but lets other exceptions propagate. The with-body must run.

Difficulty: intermediate

Back to lesson: Practice: Context Manager Drills