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.
Yep, did my nice Python script to have all the values and used it as a memoised result.
And I can still sleep at night without feeling guilty about it ;)
He generated it...
Good job!
Havent solved it yet, but it seems it expects two different data types: a list if you can find a solution or
False
if you can't. Maybe you returnFalse
when you should be returning a list? Print the input.I don't know what to do with this error. can you help me? What is the reason?
Traceback (most recent call last):
File "main.py", line 26, in
doTests()
File "main.py", line 18, in doTests
a,b = actual[:-1],actual[1:]
TypeError: 'bool' object is not subscriptable
Code work pretty good, I passed all tests but because of error i can't pass this kata
Passed: 18 Failed: 0 Exit Code: 1