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.
The instructions are not clear as they should. The student table is useless and it gives the idea that a join is needed.
You cannot get that behaviour wihout using any classes or objects in python
You don't really need math skills, this is a simple formula. You can always google this type of formulas, no need to memorize all of them.
Might be a good idea to transform the strings to uppercase or lowercase when comparing to avoid case issues
It can be way longer than 139 characters. Remember that the spaces are not going on the hashtag. Something like this
"a" + " ".repeat(200) + "b"
should be valid.This is a really easy test if you understand how binary works