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.
In Python everything seems to be +1-3 kyu easier, while half as fast.
Approved, thanks for another translation.
Fixed all those monro quirks. Thanks.
Approved!
Also, I only received one translation. It was in C#, so I guess it is okay. Please check me if I am wrong.
This comment is hidden because it contains spoiler information about the solution
Approved.
This comment is hidden because it contains spoiler information about the solution
Thanks for translating, but I'm hesitant to approve as
scipy
makes the task quite a bit easier.the likely source of the issue is a known and weird bug of Codewars. brodiemark likely used the "View Run Output" button. This button has a really peculiar behavior: it runs the "Sample Test Cases" if those were the current selected panel when the fork was published, and the "Test Cases" otherwise.
They show up in the editor just fine, though.
Thank you for the feedback. I have made some improvements. Let me know what you think.
despite the name, the one you linked has nothing to do with the
avg()
aggregate function in SQL@brodiemark, that error message is both accurate and fair. You defined a repr that is indistinguishable from int and then your complaint is that your repr is indistinguishable from int. It's also explicitly stated in repr's docs that you shouldn't do that.
I fixed a
simiulation
typo in the description. Were there any more that you found?Glad you liked it. Translations are always welcome. Cheers.
Loading more items...