max
max(seq) or max(arg1, arg2, …)
With a single argument seq, return the largest item of a non-empty sequence (such as a string, tuple or list). With more than one argument, return the largest of the arguments.
We're back after a server migration that caused effbot.org to fall over a bit harder than expected. Expect some glitches.
max(seq) or max(arg1, arg2, …)
With a single argument seq, return the largest item of a non-empty sequence (such as a string, tuple or list). With more than one argument, return the largest of the arguments.