Ad
  • Custom User Avatar

    Great kata, good practice with logical operators!

  • Custom User Avatar

    Your code fails because it checks that the password contains either a number or a special character. Special characters are not mentioned in the kata decription, only a number needs to be present.

  • Custom User Avatar

    Python3
    I encountered a situation where my written solution failed one or two tests, but it was eventually accepted after clicking the submit button a few times.
    Here is the case as an example that causes issues:

    "=ICT,]|FIgw;%eA,LjKJ{QQ*p|v"

  • Custom User Avatar

    Thank you, much appreciated.

  • Custom User Avatar

    Use console.log() to see the input.

    Issue tag is for kata issue not your code issue,
    you should choose Question to looking for help.

    Your checking rules is not what description says, there just 4 rules and you have 5.

  • Custom User Avatar

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