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.
Love it.
I pass the first tests but when I attempt it fails on this:
[Incorrect match: words not present in the string.]
I am not sure what it means, could anybody give me an example?
This comment is hidden because it contains spoiler information about the solution
Just a noob question:
Aren't the asserts wrong ?
test.assert_equals(spin_words("Welcome"), "emocleW")
test.assert_equals(spin_words("to"), "to")
test.assert_equals(spin_words("CodeWars"), "sraWedoC")
test.assert_equals(spin_words("Hey fellow warriors"), "Hey wollef sroirraw")
test.assert_equals(spin_words("This sentence is a sentence"), "This ecnetnes is a ecnetnes")
My function works well in my idle but can it be because it's not concise and I wronte too many lines of code?
Thank you. I know what's wrong now..
This comment is hidden because it contains spoiler information about the solution
It might not be. However, I wrote this in 3 different ways still doesn't go through.
I did another Kata few days ago same thing happen when I went to solutions... My solution was there too.. I am just wondering if it's the browser I am using.
You must update the python test as it doesn't work.
This is such an easy task to do but tests fails.