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.
Yes, see there
The previous one may also work with other types tho
tit("a", "b", "c") -> "abc"
I'm not a Python expert, does
reduce
pass exactly 2 arguments into fold func? In JSreduce
folds also puttingcurrentIndex
andarray
argsNo, but
int.__add__
is a function so it allows other stuff (see this fork for example).Cool
Does
__add__
make any difference compared to+
?why do you sum the fonction name and not the two variable