Files
2018-05-19 02:20:19 +02:00

7 lines
81 B
Python
Executable File

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