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.
This comment is hidden because it contains spoiler information about the solution
Hi - my best advice would be to read the helpful Python docs; try to copy the example code given in your local IDE, and also Google any new concepts/words that you don't understand.
After you read Sections 8.1 to 8.4 of this page, you should find your answer!
https://docs.python.org/3/tutorial/errors.html
This kata uses typing. Most Python katas don't. Look at the documentation of this module if you face another difficulty with this.
The tuple is named
info
.This means that you won't get arrays like these:
Looks good to me.