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 ran my code a couple time - I am passing all the tests, but I am also getting an exit code. Am I doing something wrong? I tried adding
import sys
sys.setrecursionlimit(10**6)
into my code, but then it doesn't run at all on here - runs fine on my computer
This comment is hidden because it contains spoiler information about the solution