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.
CLEEEVER
the same approch we had :)
happy coding
How can this have 23 best practices point honestly.
(in python)
Think about the following declaration.
def title_case(*args):
# your code here
I suggest removing:
"Expect negative and decimal numbers too. For negative numbers, return true if its absolute value is odd. For decimal numbers, return true only if the number is equal to its integer part and the integer part is odd."
and replace it with:
"Remember... all negative numbers can also be either odd or even."
This comment is hidden because it contains spoiler information about the solution
if you can point out what confuses you and maybe suggest a better description it would help greatly in increasing this katas quality. :)
Description is confusing.
Added this test! Thank you for the tip!
Same with the simpler
[25,50,50]
.I added a few more tests like this.
I also fixed the original solution, which did not pass them. :-)
This comment is hidden because it contains spoiler information about the solution
Haha, I knew there must be something obvious I was missing, cheers!
This comment is hidden because it contains spoiler information about the solution
This is wrong...
[25, 25, 25, 25, 25, 100, 100] should return 'NO'
Still seem to be getting issues, on 2 different katas get this message 'Process was terminated. It took longer than 6000ms to complete', on trying to 'Submit', it seems to occur for the last test, (i am guessing it is the last test, but obviously i can't be sure), e.g on 'Find divisors number', 7kyu kata.
Loading more items...