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.
very goof kata. Maybe a little too subtle for 7 kyu.
I liked this kata(in python) but IMHO it is not a 7kyu
It is just plain math
This comment is hidden because it contains spoiler information about the solution
Very nice kata and very original. Is there a real life application, though? (python hobbyist, here, not an engineer)
python : strange thing happened whith "if x is not int or y is not int". the 4 basics tests did not check but all the other ones did!
I know it is not the best way (and I did the kata easily) but why ?
ther is a python module named us with all the list and more... pity it isn't installed the code would be very short... ;)
Je manger --> Je mangais
the real translation would be je mangEais. ("g" is soft before "e" and "i" but hard before "a" or "o" )
very good kata ... but always timeout :( I really need to learn how to improve my code
ther is a little problem (but not enougn to raise a flag) : I have "AttributeError: module 'numpy' has no attribute 'substract'" but ... yes it does !(https://numpy.org/doc/stable/reference/generated/numpy.subtract.html). And of course it can be done without numpy but maybe you could allow to import the latest module.
This comment is hidden because it contains spoiler information about the solution
I don't get why my code works in multiple IDLE and not on this site... and the second thing I don't understand is why we can't import gmpy2 or sympy in python : they are very useful and well renowned scientific modules....