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.
Lol well played to you I thought you had the win
Thanks!
Python 3.11
Quoted from 3 months ago: 1`I don't know whether there is an issue with this Kata or an issue with my code but for the Python solution I get the correct answer when I run my code in a different program but when I copy the same code into Codewars, it says I got the answer wrong.
Examples are: "xt'k o hwixl qzewej!" should equal "xt'k o vwixl qzswej!" "it's a ghift cidher!" should equal "it's a shift cipher!"`
Some of the tests seem broken, all of them pass but a few
I added a fair bit of fixed test cases, and another set of random tests. All of my random tests have a very long length, do i need to add more random tests with shorter lengths?