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.
You can unpack any iterator with an asterisk, but the type of collection is still unspecified. Try printing out an iterator such as map, filter, or enumerate. Then try to print that object with an asterisk. You can see the numbers, but if you look closely, there is no parenetheses or square brackets or curly brackets. The unpacked numbers also can't be indexed if you didn't specify the collection type such as list, tuple, dictionary, or set
I can't remember where i've picked this up. All i know is that it works!
This comment is hidden because it contains spoiler information about the solution
this should help some
This comment is hidden because it contains spoiler information about the solution