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.
is there a reason to not leaving a space? like why cramp them together instead of
return position + roll /* 2
dictionary lover ;-)
Fantastic.
I love this.
That is really smart!
Good
This comment is hidden because it contains spoiler information about the solution
Nice, but parenthesses are unneccesary here :>
Yes!!!
Wow, it's really clever "D
This comment is hidden because it contains spoiler information about the solution
this is nice
that's what i'm asking myself every time i see other people's solutions
just because a function takes in a list has no bearing on whether to use list comp vs gen comp... because this function does not require a list either temporarily or as output, a generator expression is better because you're not creating a new object that stores values
This comment is hidden because it contains spoiler information about the solution
Loading more items...