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.
Is there a reason, why probabilities (in percentages) are rounded down this time?
Python translation:
https://www.codewars.com/kumite/606460f277c714001c091dc5?sel=606460f277c714001c091dc5
The solution should be inside a
Describe
block.Tests produce warnings.
The reference solution is incorrect. The correct answer for
wheel = "NNNNNNNNNNNWWW"
is56
but the reference solution returns55
. Please add the following fixed tests:and replace the reference solution with a correct one (you may copy my solution).
In general, I recommend to unpublish this kata. Prepare a completely new kata with all issues fixed. Then it will have much higher chances to get out of beta.
Tests are throwing warnings.
This comment is hidden because it contains spoiler information about the solution
Provide more info in assert messages (input, expected and actual)