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.
same l0l0l0l
This is so amazing and so hard to read on the same line at the same time !
i feel stupid
Totally agreed. But I also think that the context (expected range) where this code is used is important.
In a=b cases, the range is basically range object with one value. and sum function looks for values inside the range object (which in this case is just one value), and sums them up.
Please correct me if i'm wrong.
How does this code handle a = b cases? How does this return the value of a or b in such cases.
proper, neat, obvious....
This comment is hidden because it contains spoiler information about the solution
Clear and concise! I love it. Much cleaner than my own.
Nice one!
The string can be converted to a set directly
I did not know this (very new to Python) but it makes sense. Thanks for pointing it out.
Elegant oneliner!
But sometimes ("in real life") - short route is much longer than the "muddy" one.
Me too :PP
I was looking for this method haha! Thanks :)
Loading more items...