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.
Function names for user solutions setup of python katas on CW are expected to use
snake_case
Python
User solutions are not tested
Dont publish multiple languages before you can do one perfectly
Duplicate to Email Validation
Sample tests is not runnable
Needs Random Tests.
What is a valid username? digits? lowercases? uppercases? unicode?
What is a valid website? IDN? ACE? Do we need to test if it is registered?
What are 'other symbols'? '\0'? '\n'?
Please. Specify your requirement exactly