micropython/tests/feature_check/bytearray.py

6 wiersze
76 B
Python
Czysty Zwykły widok Historia

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