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.
test the encode function ot have an idea of what is going on
the test already written give hug hints !
you can also add some tests on your own.
What do you observe with aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?
what about bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb ?
Traceback (most recent call last):
File "tests.py", line 2, in
from solution import yoda_talk
ImportError: cannot import name 'yoda_talk' from 'solution' (/workspace/default/solution.py)
This comment is hidden because it contains spoiler information about the solution
what the hell is happening in that list comprehension? How is the range(a,b) constructed if a,b are defined in a child loop?