micropython/tests/feature_check/bytearray.py

6 wiersze
76 B
Python

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