Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I really appreciate it.
This comment is hidden because it contains spoiler information about the solution
it does not work when swapping suspects
Why did you minify your code? ^^
start, stop, step.
Step may be < 0!!! then Start > Stop. At this all is OK:
start = 50
stop = 40
step = -5
result = [50, 45, 40]
start, stop, step.
Step may be < 0!!! then Start > Stop. At this all is OK:
start = 50
stop = 40
step = -5
result = [50, 45, 40]