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.
False
truly has the value0
in python. the kata treats it like a special case (not zero) which I would claim is a translation errorthe
is
operator is not really appropriate here. this isn't about object identity.Of course seeing the code is easier for both of us ;)
Please read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution
Don't use
repr
Use only one kind of quotes.
Instead of this:
"'LyfUVC\nGUFjWk\nABpfre\nJMmPrD\ntcVYqC\nooujif'"
return"LyfUVC\nGUFjWk\nABpfre\nJMmPrD\ntcVYqC\nooujif"
.