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.
forgot to mark as resolved
there's a lot of characters in IRREGULAR that aren't in ascii, so uh, yeah, there's that
Are there any issues with random tests? Some are failing for me when I use a mapping from IRREGULAR to ascii characters.
there few problems:
1 lack of documentation
2 seems like there some errors on random testing
3 its not damn 7 kyu, is probally idk 3-5 kyu, thoguht might be skill issue
Function parameter in the solution setup for Python should not be "str" -- overrides the builtin str type.
TABLE
instead of a list.i was about to put each individual character in those strings as an item in the lists but decided against that... and forgot to remove the lists
... furthermore, why in the world is each string in
TABLE
inside alist
?The "are provided in the TABLE variable" is not sufficient. If there is a preloaded variable provided for users, it has to be explained what it contains and how it can be used. I have no idea what the
TABLE
contains and how it can be helpful.