micropython: add micropython component
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
try:
|
||||
1 / 0
|
||||
except ZeroDivisionError:
|
||||
print("ZeroDivisionError")
|
||||
|
||||
try:
|
||||
0**-1
|
||||
except ZeroDivisionError:
|
||||
print("ZeroDivisionError")
|
Reference in New Issue
Block a user