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.
the kata code is not the problem, so closing the issue... here, use this to see the input for what it is:
print("-->{}<--".format(string))
and I think you will know what to fix.first off, with 400+ solves, it's not going to be a problem with the code, anyway. so this is not an issue.
Max Buffer Size Reached
occurs as a result of trying to print past the available limit ~ so settingverbose
to any boolean truthy value prints too much during the randomized tests.@rowcased Sounds like python (capital False, and I see
verbose
in python).what language?
Read the instructions again:
You can
require
core-js
for newer functions in older versions. There's noflat
in the versions available here, but at least there'sflatMap
.That's a Node v11 feature. The newest version on Node in CW is the v10 right now.