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.
Great use of OOP concepts
This comment is hidden because it contains spoiler information about the solution
I used python, and yea that's probably it but I don't know how to fix that
Max buffer size reached is probably caused by what you print to the screen. It's hard to help without even knowing the language you're using.
Yea, I learned about it a month ago too and recently applied it to this program. Very nice module
I don't have print statements. Just return statements for the appropriate results. But thanks for sharing though!
I had the same issue as well because I hade a couple of print statements in my code, when I removed those. It passed all the test and I was able to submit
Ran into an error "Max Buffer Size Reached (1.5 MiB)" I don't know the reason that caused this but I think the random tests were too large to handle that it ran into an error or something. Explanations are much appreciated