raise — Advanced Playground
Throws an exception manually
Python Playground
Output
Click "Run" to execute your codeExceptions raised inside context managers and generators interact with their surrounding protocol (__exit__ and throw()).
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?