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.
done.
I agree.
Testing .page_item_count() method for 2 elements, 1 elements per page, page number 1
It should work for random tests too: 1 should equal 0
No, simply no. Python tests are broken when asking for a negative page number or when asking for last page.
too easy for 4kyu
Python tests are still broken, random portion tests negative page indexs which should return -1 but tests expects different answer.
No test cases for negative numbers, also description should state that you are rounding up.
this is painfully unreadable
Details say cases with all be > 5, this is not true. Dictating behavior for case of size = 0 would be good as it doesn't specify in the details but it the first case when submiting solutions, which also does not provide feedback.
0000000000
.........0
00000000.0
0......0.0
0.0000.0.0
0.0..0.0.0
0.0....0.0
0.000000.0
0........0
0000000000
Is it still this? becuase this is correct, turning once more would put a 0 adjacent to 2 other 0's.
This comment is hidden because it contains spoiler information about the solution
Test cases still borken for python.
Consider more examples or more explicit definitions of what you want the functions to do, shouted and whispered are clear but I couldn't tell if spoken was meant to return the message unaltered or capitalize the first letter or ...
Weird, I don't see it anymore. Language was python. Must have been some local weirdness.
Which language? I can't find substantial code, other than a function/method definition template.
I guess I interperated it as asking to only display that behavior when two words are specifically seperated by a hyphen as that would be the most reasonable character to be seperating two objects in practical applications, I can see how I was mistaken but I would still suggest clarifying in the description, or maybe just add an example showing the punctuation other than hyphens should be preserved. Thanks for taking the time, nice kata.
Loading more items...