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.
It's like saying that
.
is used for full-stops and shouldn't be used for dot balls in this kata.This comment is hidden because it contains spoiler information about the solution
A little similar to Difference of 2.
Added input assertion messages on failure.
Thank you!
As the input is a string, it won't modify the input, that only happens with lists.
This comment is hidden because it contains spoiler information about the solution
Too easy in python.
Description table is hard to see in light mode.
In python example test cases, for board =
It says 19 should equal 20, but have a look at this image and count the zeros (safe spots)
Awaiting Approval! Assessed ranks.
Thank you!
This comment is hidden because it contains spoiler information about the solution
Example tests don't even test the function. Also, existing function
sorted()
pass all the tests. Initial solution has example of add_two_ages function.Approved!
Loading more items...