lv_micropython/tests/basics/bytes_construct_bytearray.py
2019-11-02 01:09:15 +02:00

4 lines
72 B
Python

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