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 is too easy for 4kyu, it's more of a 6
thx, for some reason I missed that. Sorry for dumb question
This comment is hidden because it contains spoiler information about the solution
Thanks, I thing I got an idea!
Hello, can I get a hint please? I tried to execute the function with exec/eval with mocked sys module, reading and changing code of the function with inspect and lot of other stuff ... nothing works. Am I at least on the correct thought train?
I recommend changing the message from "Function Random.random not using seed correctly. Changing seed wont make results same" to "Function Random.random not using seed correctly. Reseting seed won't make the results same". Changing makes me think you used different value
I found out this doesn't show to red users which have add turned off. I had to turn them on at it works! Thanks
This is just mad! :-) Python version works great. And the can() method bring me an idea for solution of another kata I was unable to solve.
Hello, how can I generate my referral link?
Because english is not my native english I had a bit problem understanding the task. For example it says
sunk = all boats that are sunk
which I understand as alist of all boats that are sunked
. Maybenumber of sunked boats
etc. would be better.I also agree that this is quite easy for a 4 kyu.
I really like the idea of this kata, but I had few issues with execution timeout (even as a red member). Codewars.com simply responds too slowly. Please consider lowering the number of tests.
I've tried other solutions that passed and almost all of them timed out. It happend to me multiple times now that I had to come up with over-optimized solution to a Kata beccause of performance issues and then I find out my original solution in the accepted.