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.
yea I guess you're right. I should probably seek them indiviually
it's three function calls. language-wise there's nothing difficult in it! look up what the individual things do, and see if you can then explain why it does what it does. if not, then look at the return values from each call to identify where it's behaving differently from what you expected and then you'll at least know which of them to ask about.
Of course clever, but too difficult for me to underestad.
chatGPT answer maybe
I think this is a really clever solution but not a best practice because it is not imediatly apparent how it works. Following zen of python rules 'explicit is better than implicit'