Files
TencentOS-tiny/components/language/micropython/tests/basics/bytes_construct_bytearray.py
2022-09-29 12:10:37 +08:00

4 lines
72 B
Python

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