circuitpython/tests/basics/bytes_construct_bytearray.py
2021-05-03 14:01:18 -07:00

4 lines
72 B
Python

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