demo_ref_bytes.py:
x = bytes(4) print(x)
➜ begtut>python demo_bytes.py
b'\x00\x00\x00\x00'