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.
Well, i look up syntaxes and methods all the time, i also look up errors i get and if things get tough i even try debugging using "Python Tutor" (look it up, its a great resource!) to see my code running step by step. What brings me joy, is that while i look up stuff and debug using an aid, each time i know precisely what i am looking for, the "logic" behind the code and... my bloopers (and how to fix them!) when i see the code running in debug mode!
What i avoid is to look up the solution or copy code. I keep looking up methods and checking the flow of my code until i get it right by myself. I find that this is a learning procedure, the more i do it the less i need it and the more the code "flows" within me undaided.
This comment is hidden because it contains spoiler information about the solution
Almost the same! You have got better PEP compliant style!!!