circuitpython/tests/feature_check/bytearray.py

6 lines
76 B
Python
Raw Normal View History

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