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.
Edit: nevermind, got it :)
No help but I'm getting the same problem
Is it the good way to publish solutions?
This comment is hidden because it contains spoiler information about the solution
Sorry, I'm retarded, you're meant to return true when the two arrays are empty.
This comment is hidden because it contains spoiler information about the solution
You can print the input parameters directly to the console. The third testcase is where
array1=[121, 144, 19, 161, 19, 144, 19, 11]
andarray2=[121, 14641, 20736, 36100, 25921, 361, 20736, 361]
. If you need help, you can post your code to a reply to this comment using markdown to format the code, see here: https://help.github.com/articles/creating-and-highlighting-code-blocks/Python?
I guess that you are using -1 in your code, and then your code passed in an empty string, and then.. ;-)