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 #163
b "Python"
This will throw a SyntaxError error. Whitespaces are not allowed between the string prefix or bytes prefix and the rest of the literal. (docs.python.org/3/reference/lexical_analysis.html#string-...)
What is the type of the code snippet below?
— The Python Quiz (@thepythonquiz) August 8, 2020
b "Python"
This will throw a SyntaxError error.
A string
A bytes object#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: