micropython/tests/feature_check/complex.py

6 lines
72 B
Python
Raw Normal View History

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