This website requires JavaScript.
Explore
Help
Sign In
m5
/
Core2forAWS-MicroPython
Watch
0
Star
0
Fork
0
You've already forked Core2forAWS-MicroPython
mirror of
https://github.com/m5stack/Core2forAWS-MicroPython.git
synced
2026-05-20 10:30:31 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
036b58228c36ea971ec80ee4df875d858eacdfb3
Core2forAWS-MicroPython
/
tests
/
float
/
int_divzero.py
T
10 lines
147 B
Python
Raw
Normal View
History
Unescape
Escape
tests: Split out those tests requiring float and import.
2014-04-17 16:21:43 +01:00
try
:
1
/
0
except
ZeroDivisionError
:
print
(
"
ZeroDivisionError
"
)
tests/float: Add tests for zero to a negative power.
2017-02-03 00:04:13 +11:00
try
:
0
*
*
-
1
except
ZeroDivisionError
:
print
(
"
ZeroDivisionError
"
)
Reference in New Issue
Copy Permalink