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.
You have to input your own test cases in the bottom. This worked for me (python):
Test.assert_equals(solution(10), 23)
Test.assert_equals(solution(11), 33)
It keeps saying that I am not submitting code. I think that this kata has a bug in it
I passed all 4 test but I get an error when I try to submit my solution KeyError: 295
What can I do to fix this error?