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 #892
print(bool(bool(False)+1))
bool(False) evaluates to 0 and bool(1) evaluates to True ! (w3schools.com/python/python_booleans.asp)
Question difficulty: 🔵🔵🔵🔵🔵