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.
Agree: why is it declared Clever why it doesn't solve the problem
can anyone explain me this code?, i can't seem to understand
this was Python 2
nice code
This comment is hidden because it contains spoiler information about the solution
great. THX for this variant.
from functools import reduce
oh, it was bool() what I was looking for. So simple and I didn't figure it out.
You can print the list of installed modules by switching the python version to one before 3.11 and calling
help('modules')
inside of a kataamazing, when you know which libraries exist. this is nice!
just a multiplication I think
nice
mine is quite similar
It's the function variable for the multiplication operation.
https://docs.python.org/3/library/operator.html#operator.mul
This comment is hidden because it contains spoiler information about the solution
This is Python. It seems ur a newbie here... You'll get used to it..
Loading more items...