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.
i've done it with '=='
?
NPC Solution
Why don't you test it? Click Fork, add some test, see if it works.
There is already a test for that. The answer to your question is no, it works fine.
But what if "ending" is in the beginning of "string"? Would there be incorrect True return?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
You need to assign the return value to a variable and output it
like:
result = solution('abcde' , 'de')
print(result)
Big brain time.
Can i ask why this works?
Mine failed on the ' ' empty
sorry :)
Use spoiler flag next time, please.
This comment is hidden because it contains spoiler information about the solution
666
Loading more items...