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.
Say the person that haven't coded anything and only have used a native function (like when you are expected to code a tri sort algorithm and you only use the native tri sort already implemented in the language...)
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
Loading more items...