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: a22eb52ce3da576d09cf15e916e926e148e1e2f1 (
plain
)
1
2
3
4
5
6
try
:
complex
print
(
"complex"
)
except
NameError
:
print
(
"no"
)