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