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 tests are wrong? (maybe other languages too) My solution doesn't check for 8th root and still passes...
At least add a few "edge cases" like
16, 81, ...
C Translation kumited. Author is inactive.
See if you find anything helpful in the FAQ: https://docs.codewars.com/training/troubleshooting
I passed the preliminary test in this kata but I can't submit it because it doesn't go through all the random tests, is it a bug or that's normal? I tried on my IDE and it works fine. Are strings or something odd included in the random tests? I can pass 60/100 random tests.
This comment is hidden because it contains spoiler information about the solution
Thanks sir for your help! I really appreciate it
False should equal True
Mean that your function returned
False
while the test is expectingTrue
Also, the log for a given test appears in a box before the colored test result (at leat on my browser) so my guess is that it is in the previous test that your function is returning
False
while the test is expectingTrue
.https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#print-input
might be helpfull
Python, all i know is that all square root numbers must be fractional to 0 to become True and if not, it is False. Like this test, i make print(True) to know if the return value is really true
False should equal True
Log
1679616
1296.0
36.0
6.0
True
Fixed both. Thanks
Fixed tests too.
Would you mind to be more precise ?
Which language ?
Describe the test : what result did you expect ? what result did the test expect ?
Is there a problem in this kata? some test are wrong even though i think it is right, I'm new in programming so i don't know if i'm what i'm doing is right.
Fixed for example test cases.
Loading more items...