None
This notebook contains material from nbpages by Jeffrey Kantor (jeff at nd.edu). The text is released under the CC-BY-NC-ND-4.0 license. The code is released under the MIT license.
# deliberate python error
a = 1.0/0.0
--------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) <ipython-input-2-a82aa784e791> in <module> 1 # deliberate python error 2 ----> 3 a = 1.0/0.0 ZeroDivisionError: float division by zero