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)
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
Description is confusing.
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'
every kata is timing out today, can't even return bool
you're right.
can we make this available for Python?
I'd recommend using console.log for debugging.
tricky