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.
two issues with your code:
return
your result, notprint()
it"
) for both the outer and inner string. you need to either escape the inner double-quotes\"
, or use single quotes:'
for one of the pairsVery bad test
Your code being wrong is not a kata issue.
What a stupid resource solution , Not accuratte at all !