Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This solution should not be True according to the random tests for numbers with the same digits.
It has a lowercase letter, an uppercase letter, a number and is 8 characters long (note the whitespace at the beginning of the string).
How come " aA1----" is a valid password?
I guess it is because you defined a recursive function inside the main function, and the main function is not called as many times as it should?
Not a kata issue ( now ).
Because global vars don't get resetted when your function is called over and over.
Thanks for the detailed expanation.
Thanks
lol no 😂
This comment is hidden because it contains spoiler information about the solution
Ok. I'm 4kyu with a knowledge of 7kyu and this kata is hard for me. So far I've written several different codes that had passed the basic tests, however I can't pass the final attempt. I think I better give up for now.
Agree, would have rated it a hard 6 kyu or an easy 5.
Nice kata, but it is a little bit easy for 4kyu I guess?
I believe this is a little bit hard for 6kyu; nevertheless, it was a great practice.
Learned something valuable which I don't think I would come across deliberately. Thanks!
Loading more items...