Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook support/2015-11-02-170316-line-numbers.ipynb

Views: 182
Kernel: Python 2
a = 5 a = 5 a = 5 a = 5 a = 5 a = 5 a = 5 a = 5 a / 0 b = 7
--------------------------------------------------------------------------- ZeroDivisionError Traceback (most recent call last) <ipython-input-1-448c48d093d4> in <module>() 1 a = 5 ----> 2 a / 0 3 b = 7 ZeroDivisionError: integer division or modulo by zero