+ 1
Code Coach Password Validation my code fails only at the #13 test case
here’s my code: https://code.sololearn.com/cvD09Y9qLBc9/?ref=app what could be the problem?
2 Respuestas
+ 2
Hello Erményi György
input: 1abc2abc@abc&
output: Weak
expected: Strong
At the moment your code works only if 2 numbers or special signs stands next to each other. But they can be anywhere in the string.