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