Relative Content

Tag Archive for python-3.xencodingbyte

Why does b’x30′ show up as 0?

If I try to output print(b’x30′) it shows as 0. Similarly b’x31′ is displayed as 1, etc. I need this byte string (class ) to be displayed, but with ONLY one backslash.