circuitpython/tests/feature_check/complex.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
72 B
Python
Raw Permalink Normal View History

try:
complex
print("complex")
except NameError:
print("no")