summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/bytes_construct_bytearray.py
blob: 75f08acd3b7724b981e92c6e2513ce2c54ff67f3 (plain) (blame)
1
2
3
# test construction of bytes from bytearray

print(bytes(bytearray(4)))