You are here : python_3Built-in Functionsmax

max() - Built-in Functions

Return the largest item in an iterable or the largest of two or more
arguments.


Syntax

max(iterable, *[, key, default])


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference