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.
If someone wants to approve, I fixed the merge conflict here: https://www.codewars.com/kumite/59452b0bf859eb86020000ea?sel=5d2a38b62896d7002a2f727b
Returning inconsistent data types is not a best practice.
Fixed.
Another happy customer. Thanks for your encouragement to keep writing these.
:-)
public class Test { // need to rename, as example Test2
@Test
public void testMethod() ...
}
Cheers. I might write some more little ones like this... keep watching.
same for me
Neither test nor attempt works under java now. switching unit tests to Blind4Basics version doesn't do a thing
The code should be:
(it lacks one import and the name of the class is wrong)
Thanks! Random test added!
Thank you! Good suggestion! A random test added.
Did you actually read the description? Or even just the title?
You have to add a year.
Please open a new issue for the missing random tests.
When working this kata in python the variable
str
is a reserved name for data type string. Also there is a methodstr()
. You should name your variable something else so people solving the kata don't have to. Suggestions would bes
orstring
.I get it now, didn't see this sooner.
I believe I fixed it, do double check and tell me if it's okay. :)
Loading more items...