The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #161
Bytes literals can only be prefixed with "b", "br", and "rb" in any lowercase/uppercase combination. (docs.python.org/3/reference/lexical_analysis.html#string-...)
Which one is not a bytes literal prefix?
— The Python Quiz (@thepythonquiz) June 24, 2020
bl
b
BR
B
br#python #python3 #pythonprogramming #learnpython
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: