raise — Easy Playground
Throws an exception manually
Python Playground
Output
Click "Run" to execute your coderaise creates and throws an exception. Always include a descriptive message to help with debugging.
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?