Print without b’ prefix for bytes in Python 3 November 7, 2022 by Tarik Use decode: >>> print(b'hello'.decode()) hello