+ 1
Python - need help please!
in functions and modules - final quizz - final question, can you tell me why the hell is answer 6?
1 Respuesta
+ 1
4 passed to function and for loop sum from 0 to 3.
for i in range(4) -> i in [0,1,2,3]
in functions and modules - final quizz - final question, can you tell me why the hell is answer 6?