Skip to content

3.3.b Bytes

Julio edited this page Feb 29, 2020 · 1 revision
b = b'this is a byte string'

s = b.decode("utf-8")
Clone this wiki locally