mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-19 12:05:32 -04:00
6 lines
76 B
Python
6 lines
76 B
Python
try:
|
|
bytearray
|
|
print("bytearray")
|
|
except NameError:
|
|
print("no")
|