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.
i have a few question regarding this kata:
also the examples in the description are confusing
FIELD
in Python && Ruby should be decimal numbers and not strings, with 170++ completion, it is not too late to enforce such changesThis kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/162.
Please join the discussion to help us identify duplicate kata and retire them.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No random tests.
Ruby :
"Function should return "True" if message is in correct format and "False" otherwise."
Ruby expects a boolean not strings, but the description says to return strings. This is a white kata so clarity is key and other comments in the discussion note a confusion with people returning strings.
Though it might appear within the random test cases, I suggest to give an explicit test case for verifying duplications in the list, because that's also a bug in the exercise.