aeea204e98
So they can be automatically skipped if bytearray is not enabled.
4 lines
72 B
Python
4 lines
72 B
Python
# test construction of bytes from bytearray
|
|
|
|
print(bytes(bytearray(4)))
|