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 doubted you so i make a script to test that. and in fact using the for is like more than 2x faster. as you can see in:
https://github.com/n4ndoDev/mystuff/blob/main/tm.py
this is Python style, if you want it easier, use Basic
This shouldn't be marked as best practice. The second solution is simpler and much easier to read.
It's slowly then 'for' iteration!
No need to use a hard to understand function for something so easy
This comment is hidden because it contains spoiler information about the solution
Can someone please explain me why we don't have to write that x an y are in arr? And how do python understand, who is x and who is y?
same!
nice!
This comment is hidden because it contains spoiler information about the solution