Setup

This notebook shows the library is meant to be used.
def foo():
    "this function does nothing"
    return
x = 5
y = x/0
ZeroDivisionError: division by zero