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.
This comment is hidden because it contains spoiler information about the solution
One of the test cases in the test is missing the function name and therefore always returns false because the argument list and the result list are different
Hi, very nice kata, love it :)
Please please please make a harder version (either normal chess or atomic chess or even both) (suggestions to make it harder below)\
The random tests don't work (at least in Python), Anything works (def calc_type(a, b, res): pass - passes all 100 of the random tests)
from string import ascii_lowercase will give you a variable (type string) called ascii_lowercase which equals 'abcdef...wxyz' (ascii_uppercase works the same way)
Put a dictionary in the 'preloaded' tab, it'll make people's lives much easier
I'll mark the issue as resolved for now so that I can re-publish the kata
I fixed the first problem (added arguments), but when you say refsol do you mean the 'complete solution'? (Am I allowed to leave it blank?)
Seriously though, thanks so much for your help, I really appreciate it
Resolved! ;-) (Finally... *sigh*)
Should I still keep the 1200+ modules or delete the whole thing?
oh ok i see, thank you so much, I'll tell you when I finish doing that, thanks for helping me with creating my first ever kata :)
I still don't understand what 'file io' and 'disk' means, can you explain a bit more? (I am new to python, I only started it a year ago in Year 6)
Also, I just realised the pkgutil.iter_modules() literally gets all the installed modules and packages, so the best I can do is randomise the order in which the modules appear in, but since you already hardcoded every single module by name and not by order, there is nothing I can do to prevent that (at least not to my knowledge)
I'm currently trying to figre out a way to do that, but out of curiosity, how the heck did you hardcode that in under a minute? I'm seriously impressed
Loading more items...