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 #929
print(sum(range(0, 1)))
The range() function stops before the second argument. In this case, the last integer of the iterator is 0 . (w3schools.com/python/ref_func_range.asp)
Question difficulty: 🔵🔵🔵🔵🔵
Similar questions: