Result Size:
625 x 571
demo_ref_bytes.py:
x = bytes(4) print(x)
x
x
=
bytes
(
4
)
print
(
x
)
C:\Users\My Name>python demo_bytes.py
b'\x00\x00\x00\x00'