Snippets tagged “bytes-function”
1 snippet uses this tag.
- What does the 'b' character do in front of a string literal?Python
The 'b' character in front of a string literal indicates that the string is a bytes literal.
1 snippet uses this tag.
The 'b' character in front of a string literal indicates that the string is a bytes literal.