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.
Output of if operator is true or false!
Interesting! First time knowing that python may assign twice in the same code.
Is unecessary to store the string again, you have convert it
body )))
This comment is hidden because it contains spoiler information about the solution
Redundant if inside else.
Read the kata description again, that code is wrong (it's amazing it passes so many test tho).
This comment is hidden because it contains spoiler information about the solution
you can change "abracadabra" in sample test like this
test.assert_equals(getCount("abrecodubri"), 5)
If you pass the test after that, you probably have a good solution
I have next result => tests: Passed: 676 Failed: 1
I can't understand what I'm missing... seems like I fail test number 10