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
instead you could use
please remember to use the spoiler tag when posting code (I have added the tag)
This comment is hidden because it contains spoiler information about the solution
it actually takes less time if you use it once
Yes, but it's considered a bad practice (for example, if you do it with several modules, there can be name collisions). Better import just the methods you need, or import the module like you did here.
Oh that is nice, i did not know you could use the method directly with from X import *! Does this work for every import?
This comment is hidden because it contains spoiler information about the solution
Not best practice, but fun for codewars.
did it the same way but i wanted to do it with loops to practice my basics
i did the exact same thing
nice use of the isinstance
thanks :)
the walrus operator
can you explain what := is
Loading more items...