In Python 3, b'' results in AST tree `Bytes(s=b'')`
In Python 3, b'' results in AST tree
Bytes(s=b'')