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.
Elegant and simple
Could you enlighten me? Pretty please?
Very polite explanation tx
Do you fear for your mortal soul?
But isn't &i just an address in memory? How the address of 0 is compared to others ?
Nice, boring and simple like any best practice solution
I liked this solution over the accumulator one, simple and easy to understand
thank you
Cool
This comment is hidden because it contains spoiler information about the solution
This shouldn't have worked, '\s' matches any whitespace character rather than just ' '
Love this one
nvm, chat-gpt said this:
a, *b = ...: This is the iterable unpacking syntax. It assigns the first value of the iterable to variable a and the rest of the values to a list variable b. The * (star or asterisk) is the extended unpacking operator introduced in Python 3.
What the start before the 'b' does?
Wouldn't it be better to run while there is an instance of double spaces rather than hard code a limit?
Loading more items...