0
Can someone take a look at my code and tell me what's wrong?
https://ibb.co/gmx4RCh My code is fulfilling the requirements of a coding task in the Python course, but there still seem to be some sort of an issue. I tested it in VSCode and I can't see the problem.
2 Respostas
+ 3
Jacob Morgunov ,
Use range(a, b). The description is ambiguous, but you gotta figure they expect the vanilla usage, nothing fancy like adding 1 to include the second input.
+ 1
Thanks!