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.
Good job!
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