Result Size: 625 x 571
demo_ref_bytearray.py:
x
 
x = bytearray(4)
print(x)
C:\Users\My Name>python demo_bytearray.py
bytearray(b'\x00\x00\x00\x00')