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 #291
ಉ = 13
print(ಉ)
Python supports non-ASCII characters for identifiers, after implementation of PEP 3131 -- Supporting Non-ASCII Identifiers. (python.org/dev/peps/pep-3131)
What is the output of the code snippet below?
— The Python Quiz (@thepythonquiz) November 13, 2020
ಉ = 13
print(ಉ)
13
It will throw a SyntaxError error.#python #python3 #pythonprogramming #learnpython
Question difficulty: 🔵🔵🔵🔵🔵