Handling RuntimeError Exceptions in Python

# Introduction In Python, exceptions are used to handle errors that occur during program execution. One such exception is `RuntimeError`. In this challenge, we will learn how to raise a `RuntimeError` exception and handle it.

|60 : 00

Click the virtual machine below to start practicing