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.
bealtiful
Really cool!
Amazing
gorgeous solution! Didn't know about this possibility
Amazing!!!
Although the test wasnt made to catch exceptions, it would be nice to implement one to catch errors if the input contains something other than integers and a lenght different than 10.
well using list comprehension is more efficient as it only iterate through the characters one time but in this solution it iterate through the character 10 times, because .replace() iterate through the string in the background.
sometimes one wonders what occurs within their own skull...
This is indeed best practice.
but there isnt anything about this in the task, same as if it isnt a number but a letter or symbol. Just do what is asked for nothing more nothing less
This would never have occured to me, nice!
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!
why not?
but these are not random number right?
Loading more items...