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 #874
print(True - True)
In Python, the boolean True evaluates to 1. So True - True evaluates to 0. (problemsolvingwithpython.com/04-Data-Types-and-Variables/...)
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: