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.
Approved
good catch, done
Could you please pull the semicolon out of quotes in the stringified "evil"?
snake_case
(except for the code in the solution forked)The sample cases are fine, however the random tests should be randomly generated each time. You can setup the random generator with
math.randomseed(os.time())
and generate random integers withmath.random(999)
.Shorter version (without debug prints) is here https://www.codewars.com/kata/reviews/5d965c8eae338600010847bd/groups/5f218deca645320001b744ca
i felling bad when i see it XD
wow