index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
float
/
int_divzero.py
blob: b037dd8c7bfa83347ecb01e68012b580c9fa7377 (
plain
)
1
2
3
4
try
:
1
/
0
except
ZeroDivisionError
:
print
(
"ZeroDivisionError"
)