bytes - Immutable sequence of bytes (0–255). bytearray - Mutable sequence of bytes. bytes (iterable) - Create bytes from integers (0–255). ord (char) - Return Unicode code point of character. chr ...