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.
python translation:
https://www.codewars.com/kumite/5e944c70ff41200012757753?sel=5e944c70ff41200012757753
In
Preloaded
. Fork a solution and you can see it..
It's undocumented; you have to run across it somehow, sometime.
So now you have! :]
Thank you, I have changed that. I did not know that assertDeepEquals existed.
*rectangles
Please do not use
assertSimilar
for comparingArray
s ( orObject
s in general ). UseassertDeepEquals
.Thank you!
Approved
How did you define "usercode" in your tests to check the solution for the symbols and function?
No need to be rude. I was not too lazy to do my job and have searched if there is a kata like this. None came up to do this conversion.
Unless you forbid the native method, this is too thin a wrapper to make a kata.
Also, do a search and see if this hasn't been done before. My guess is it has, but I'm too lazy to do your job.