Search notes:
Python: bytes (type)
The
bytes
type is a
sequence
type.
Instances of
bytes
are represented with the
b'…'
literal.
See also
The
bytes
built-in function
The
.encode()
method of the
string
object.
Other
Built-in types
Index