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.
Nice mathematical kata to have some fun with.
Reference solution should return an integer.
This comment is hidden because it contains spoiler information about the solution
Style convention for Python - aka. PEP8
More about it on official PEP website
Increased scrutiny of test cases to avoid hardcoded and imprecise solutions.
Random tests are missing something, see my solution in Python, I need to hardcode the result for fixed test
16777216
, so I guess my solution is bad but it only fails on this test case.This comment is hidden because it contains spoiler information about the solution
Sorry, but the idea is way too simple to justify making a kata from it. It needs more novelty than that.
rootSum() is new function name
root_sum() is new function name
Replaced rooter.RootSum() with function()
This link may help: https://docs.codewars.com/training/troubleshooting
why?
root 14 shoud equal 14 but anser is 1 ?
Description should be language-agnostic
Loading more items...