# 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.
Click the virtual machine below to start practicing