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.
any doubt
lol 219 think that its clever? im gonna think thats prank
basically, i write code, it passes most cases but somehow fails 1 or maybe 2 tests. I look through my code for 2-3 days trying to figure it out only to give up, check solutions and the first answer is the exact same as mine. IDK what to say? this kata shouldnt take more than 5 mins
The log appears above the test result, you're reading the result of one test and the log of another. With those values the expected result is
True
Hey!
i think i dont understand what i need to do, but if there are [2,2,3] and [4,4,9] isnt True??
because 2* 2 = 4, 2 2 = 4 and 3 *3 = 9.
whats the problem?? why i need to return False,i understand. Thanks