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've updated the link to refer to the previous kata, sry for that.
This comment is hidden because it contains spoiler information about the solution
I've added the class description to the problem description. If you have a more elegant solution for this let me know
What would be the best solution? Just adding the classes into the problem description? If so, I did it now.
Can you check again? Should now have sample tests and random tests.
Can you check again? Should now have sample tests and random tests.
(Sorry, first time creating a Kata)
In python, I'm getting this error message: "Don't import ast or a module that depends on it."
I have exactly 0 imports in my code. Could it be that this "eval" and ast-check only do a simple
is in programm_string
check?I can't call any of my methods eval, because it triggers the detection.
If yes, this is really anoying...
If no, how can I not get this error?
I tried to update the desciption to help non-musicians with this Kata.
True, I should've added this to the "title"
This comment is hidden because it contains spoiler information about the solution
Made an expanded second version.
If you have any feedback, improvements or recomendations, I would apprechiate them.
I'm thinking about converting them to Katas once I'm done.
Looking for code improvement recommendations