Ad
  • Custom User Avatar

    No random tests.

  • Custom User Avatar

    There're already many katas about tic-tac-toe, including ones where you check the game state, and ones where you have to make a move. This slight variation doesn't add anything new.

    Also, please stop creating low-effort katas. 5 out of 8 katas you made got retired and the other 3 are stuck with <50% satisfaction rating (forever?). At this point the mods should issue a warning about spam/poor authoring/whatever.

  • Custom User Avatar

    Duplicate despite bug fixing

  • Custom User Avatar

    why should we return an empty list if n==0?

    doesn't it make more sense to return None

  • Custom User Avatar

    am i missing something for this test case 48755066 + 365691373 = 48735943?

    ['48755066 + 365691373 = 48735943', '48755066 + √365691373 = 48735943', '48755066 + √(-19123)*(-19123) = 48735943', '48755066 + √((-19123²)) = 48735943', '48755066 + (-19123) = 48735943'] is the expected answer, but if you look at the last step, 48755066 + (-19123) is equal to 48735943 so shouldn't the answer return *Correct*?

  • Custom User Avatar

    Hi,

    Unfortuantely, this is a duplicate, and it doesn't follow recommandations for a kata.

    • no random tests
    • the function name should be in snake_case
    • the argument name is misleading (sentences are sent to the user, not only words)
    • as stated above, this has been done to death already.

    Unpublishing.

    If you're interested in authoring kata, you should read the whole documentation about it before your next try.

    Cheers

  • Custom User Avatar

    The text in the it is wrong: "should return the two oldest ages"