micropython/tests/feature_check/complex.py

7 lines
73 B
Python

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