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.
Unclear about what, return true or false depending on whether it's a valid hour
Rust translate
This comment is hidden because it contains spoiler information about the solution
Approved
python new test framework is required. updated in this fork
Instead of checking if it contains invalid characters (your code only checks if it contains uppercase letters and there are more than only those) check if all chars of the string are valid.
yes but when i delete the space in test section the username is still returning False and i add space different usernames and they are return True value
There is a space there, spaces are not allowed characters, are they?
in python solutions => why is this username should be ("asd43 34") False ? i think it should be True there are no not allowed characters and length is between 4 and 16
question is not an issue
JavaScript fork to add random tests (resolves this issue)
Your code is wrong, the max length of a username per the specs is 16.
Edit: I have added a fixed test to make this requirement more clear.
needs to include case sentive checks in description
Loading more items...