Files
fanController/node_modules/python-shell/test/python/error.py

7 lines
75 B
Python
Executable File

# simple error script
def divide_by_zero():
print 1/0
divide_by_zero()