Ad
  • Custom User Avatar

    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

  • Custom User Avatar

    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.

  • Default User Avatar

    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...".

  • Default User Avatar

    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.

  • Default User Avatar

    Python new test framework should be used with 3.8 enabled

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution