0
Solo learn keeps catching them dubs need help
what is the output if this code? defp(p): for i in range(0,5,2): p+=i p-=2 print(p) p(2)
2 Respuestas
+ 1
You could put it in the playground and run it. Fix the indentation though. For the how: print p and i every iteration
+ 1
Error.