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
/
feature_check
/
complex.py
blob: 7576dcb953f5272df78913482d18b1be23187e1b (
plain
)
1
2
3
4
5
try
:
complex
print
(
"complex"
)
except
NameError
:
print
(
"no"
)