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