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
Press Submit to check your solution.
Back to lesson: Practice: Context Manager Drills