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.
I'm doing both of those things, and still "Nice Try Hacker".
OMG I was spending an hour on the same issue! They should have clarified NO special characters in INPUT! Thank you!
Thank for clarifying!! Was pulling my hair out about this!
In Python? It's not good to shadow the built-in
list()
function with a variable name, so I usedlst
instead