circuitpython/tests/basics/bytes_construct_bytearray.py
2021-04-28 12:33:39 -07:00

3 lines
72 B
Python

# test construction of bytes from bytearray
print(bytes(bytearray(4)))