In Python, you can catch, handle, and re-throw exceptions using a try, except, and raise block. Here's an example: def example_function(): try: ...