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.
Your code fails for cases like
1\n
, while displaying the output, it may look like1
though there is a trailing space thereI had those problems as well, try using the key word "not in". I hope this helps
Dude, I have one failed .....
101 test passed , 4 failed. Help! What is a problem?