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.
Ran the maths, checks out you're valid. Nice one.
Please, do the math / consider the logic.
Please, take a look at the problem description.
it does not actually have to include your points
it does not actually have to include your points
It doesn't include your points
You forgot to count your points, I'm surprised this passed
thanks for the reply.
well i made a mistake, accidently opted ruby instead of python. thats why😅😂
In ruby you have 2 types of slicng: m..n - meaning from m till n INCLUSIVE and m...n which does not inclue n. If that answers you question :)
why is it name[0..1]
unlike the python slicing #name[0:2]
#help me, i'm desperate
So clever :) another thing learned