Op 2017-09-27, Robert L. schreef <No_spamming@noWhere_7073.org>:
> (sequence-fold + 0 #(2 3 4))
> ===>
> 9
>
> In Python?

>>> sum([2, 3, 4])
9
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to