We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Like min and max in Python ---
>>> min(1,3,4) 1 >>> max(5, 6, 1, 9) 9
Activity