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.
This comment is hidden because it contains spoiler information about the solution
the more I code the more I understand the pythonic way of coding ,
Thanks for the maths lesson
a good summary of a confusing line of code!
best solution
nice
This comment is hidden because it contains spoiler information about the solution
this is so concise
This comment is hidden because it contains spoiler information about the solution
@ben-hatcher, excellent explaination. Now I understand this much better.
the operation of extracting the square root of a number and then squaring
it can lead to minor rounding errors due to
working with floating point numbers
the
Smort!
I know this is old, but for anyone reading now,
sum
can also accept arange
(in fact, anyiterable
) object, which can save you some memoryThis made me cry.
Loading more items...