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 #65
4 elements! The syntax of range() is range(start, stop, step) . Here range start with -2 and stop at (before) 2: -2, -1, 0 and 1. (w3schools.com/python/ref_func_range.asp)
What it the length of range(-2, 2)?
— The Python Quiz (@thepythonquiz) January 3, 2021
5
4
3#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: