Getting the minimum or maximum of several values

suggest change
min(7,2,1,5)
# Output: 1

max(7,2,1,5)
# Output: 7

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents