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 fixed it. Thanks!
Hello,
My code passes the first 8 tests, after which I get IndexError: list index out of range.
In my IDE I get no errors, no warnings.
I am using Python 3.
Can anybody help me figure what is wrong?
Thanks!
on my screen, index 3 and index 5 are *. I don't know why it displayed like that when I copy-pasted the error.
Hello,
I made a small program for this Kata. When tested, I pass the first 16 tests, and then I get this error: Non-adjacent piece should NOT flip: '.O.****.' should equal '.O.O*.'
But, for me it makes sense to flip O to * on index 4. Can anybody explain?
Thanks,
Marius
Hello, i did this Kata on my IDE, but when it searches in the 2000000 on CodeWars, it takes longer than 12 seconds and i get an error. I don't want to look at solutions, but anybody managed to do a fast enough program?
Thank you, it worked!
Hello,
I am getting this error when it tests for "Weird": Should return None: None should equal 'None'
Anybody knows why?