Ad
  • Custom User Avatar

    Seems you're "rather new" to cw, so here are some general guidelines about the comments:

    • Issue: problem in the kata itself (description, wrong tests, wrong internal solution...)
    • Suggestions: well, I guess that part is clear
    • Question anything else that is related to you having a problem solving a kata

    When you post issues:

    • provide ALL the useful information:
      • language
      • input
      • outputs (actual expected) when relevant
      • error message when relevant
    • check, DOUBLE check that this IS an issue, meaning that the problem is in the kata itself and not in your code. If it's in your code, post rather a question
    • if you pass this step, you still have to prove/explain what the issue is (and if you can provide fixes, it's even better)

    currently, you don't do any of that, so closing. Moreover, with more than 1500 completions in pyton, it's very unlikely that there actually is an issue anywhere else than in your code, so you'll have to document your issue thoroughly, if you really found one.

  • Default User Avatar

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

  • Custom User Avatar

    Before reporting a (possible) issue, check how many completions there already are for the language you're trying (you didn't even mentioned it).

    Python Completions 6729

    When there are that many completions it's highly probable your code is the culprit, then you can post it marking your post as having spoiler content and using proper markdown and use Question label instead.

  • Custom User Avatar

    The tests are correct. Your code is wrong.

  • Default User Avatar

    Random tests are getting failed. Please re-check the test suites and the suitable answers for the test suites.