bytes(): Create Bytes Object

1 Description

The Python bytes function will return a new bytes object, which is an immutable sequence of integers. All integers in a bytes object have a value between 0 and 250 inclusive.

This document was last updated: