Ad
  • Default User Avatar

    @BlindBasics https://docs.codewars.com/community/rules

    "Rules
    Be considerate. Codewars may have "war" in the name but it is actually a respectful and polite community. You will be interacting with users from across the globe, who have different personal opinions and come from different backgrounds and cultures. We are all here for the same thing, to learn and improve. The Codewars community has developers of all skill levels actively participating on the site and in discussions. If you are an experienced programmer, remember that others may not be. We are all learning, we just may be at different stages in that process."

  • Default User Avatar

    https://www.codewars.com/kata/551f23362ff852e2ab000037/python
    I'm not sure if I understand your objection to using lists rather than tuples. Could you take a look at "Pyramid Slide Down", see link above, and let me know why that kata, which uses lists, is ok, while mine is not. I'd appreciate if you could explain clearly rather than by righteous indignation or scorn. This is my first attempt at authoring a kata, so I would appreciate supportive and clear advice rather than sarcasm (see for example BlindBasic's comment).

  • Default User Avatar

    Personally I think using Python lists is ok for this. I think it will make the kata more approachable for students and Python beginners, which is my intended audiance with this kata.

  • Default User Avatar

    Thanks for these comments. I have followed your suggestions and edited the kata.

  • Default User Avatar

    I've looked at the Codewars documentation, and uploading images is not encouraged. However, I agree that an image would be useful, so I'll work on an ASCII art diagram.

  • Default User Avatar

    Thanks for this comment. I've edited the description to explicitly state to round down. I've also edited the tests.