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.
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
This comment is hidden because it contains spoiler information about the solution
I liked this solution over the accumulator one, simple and easy to understand
Perfect example to learn "loop for" inside join method
This comment is hidden because it contains spoiler information about the solution
thank you
This comment is hidden because it contains spoiler information about the solution
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.
Loading more items...