You are here : python_3Built-in Functionsmin

min() - Built-in Functions

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


Syntax

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


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference