Files
IOT-recept-printer/node_modules/python-shell/test/python/error.py
2018-07-17 14:57:52 +01:00

7 lines
75 B
Python

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