Yes indeed you are correct. My proposal is based on finite arguments. This means that it won't work for an infinite arguments as well as functions that relies on the arguments keyword.
We're a place where coders share, stay up-to-date and grow their careers.
I don't think this one is going to work with the last
adder
function, the one that usesreduce
.Yes indeed you are correct. My proposal is based on finite arguments. This means that it won't work for an infinite arguments as well as functions that relies on the
arguments
keyword.