Syntax
sum(*list*)
*list*.sum()
Examples
sum(1, 2, 3)
[1, 2, 3].sum(4, 5)
→ sum
Untitled
More Info
sum · Notion Formulas · Ben Smith