Computer Science, asked by starshraddha7436, 11 months ago

What does the 'b' character do in front of a string literal in Python?

Answers

Answered by omegads04
0

They may only contain ASCII characters; bytes with a numeric value of 128 or greater must be expressed with escapes .

Similar questions