3 lines
72 B

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