mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
7 lines
81 B
Python
Executable File
7 lines
81 B
Python
Executable File
# simple error script
|
|
|
|
def divide_by_zero():
|
|
print 1/0
|
|
|
|
divide_by_zero()
|