micropython/tests/feature_check/complex.py

6 wiersze
72 B
Python

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