Draft

Count Until Zero

Description
Loading description...
  • Please sign in or sign up to leave a comment.
  • hobovsky Avatar

    Hello @Echo1995,

    Due to large amount of kata published by you all of which turned out to be of a quality far from sufficient, I temporarily revoked your ability to create new kata. Please take a look at existing resources which are meant to support new kata authors:

    Please read through the resources linked above, an make sure you understand the described points. Do not hesitate to visit the Codewars Discord server with any questions you might have.

    Feel free to poke me on Discord or write an email to info@codewars.com (with a link to this post) whenever you think you are ready to get your authoring ability back.

    Cheers!

  • Fbasham Avatar

    "Rules: You must use a while loop to solve this kata."

    Why, a for loop or recursion could solve this as well? Also how do you expect to enforce this?

    • Echo1995 Avatar

      I think because the while loop directly models the problem's sequential reduction requirement. And I kinda notice most of the kata are solved using for loops so it might be nice if there's a kata that can be solved only using while loops.

    • hobovsky Avatar

      But when you say that users must use while loop, tests have to check this.

    • Echo1995 Avatar

      I see, thank you for the feedback. I'll stop authoring for now and just focus on learning more.

  • Fbasham Avatar

    You're not using the Codewars Python Test Framework, making this kata impossible to complete. https://docs.codewars.com/languages/python/codewars-test/