mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
4 lines
72 B
Python
4 lines
72 B
Python
# test construction of bytes from bytearray
|
|
|
|
print(bytes(bytearray(4)))
|