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.
I do not know if the "consecutiveCApitals" should be considered a camel case or not, but in my opinion such kind of inputs should have been given in the Description accompanying the kata.
@rowcased and @BobtheLantern, thank you! your comments allowed me to complete the kata!
I'm trying to solve the kata in python. When I press ATTEMP button, the code I suggested passes all but one test case, which happens to be an Edge case. The error message says "'consecutive CApitals' should equal 'consecutive CApitals'". I do not understand what is the meaning of the message. Could anybody hint on what might be the problem? Unfortunately, I can't figure out how to see the input that my code fails on.