mirror of
https://github.com/KevinMidboe/fanController.git
synced 2025-10-29 17:40:22 +00:00
7 lines
75 B
Python
Executable File
7 lines
75 B
Python
Executable File
# simple error script
|
|
|
|
def divide_by_zero():
|
|
print 1/0
|
|
|
|
divide_by_zero()
|