Convert `S` to sequence of bytes object then get its length. Remarks Python3 has two types of object representing a string. First is `str` which represent sequence of characters, other is `bytes` ...