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.
But... they do what you want? The sample tests are identical to yours. Not that it matters since you approved already anyway.
@cekstedt ha! awesome
It's in the description.
Not an issue, it says
If a second parameter is not given, assume the frame should be decorated using the * character.
in the descriptionThe expected result was wrong in the tests. Fixed.
Are you sure that's your entire code? It seems that comments also cannot contain these things
they are a bit faster in python, yes. But to say the truth... I often ask myself why I use them instead of regular ones in this kind of situation, actually... (I guess it's because the keys are more accessible to me than for the division version... x) )
EDIT: in some situations, they may spare you the use of parentheses, because of their lower priority. There, I use them anytime I can.