mirror of
https://github.com/W3SLAV/micropython.git
synced 2025-06-20 12:35:34 -04:00
4 lines
72 B
Python
4 lines
72 B
Python
# test construction of bytes from bytearray
|
|
|
|
print(bytes(bytearray(4)))
|