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.
The instuctions request the values to be floored to the nearest integer, yet the random tests for the R language checks against decimals and not integers
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/143.
Please join the discussion to help us identify duplicate kata and retire them.
Should probably make the capaitalization of "this" in the return string consistent against all cases.
In JS, the case where an input is less than or equal to 2 it expects "this will be..." as the start of the return string
where as for the normal cases it expects "This shape has...".
There's no test with an empty string in Python, the original language. Either such a test should be added or the description and possibly other language versions should be updated.
Python new test framework should be used with 3.8 enabled
This comment is hidden because it contains spoiler information about the solution