Differentiate between max() and min() functions ?
Question :
Differentiate between max() and min() functions ?
Python built-in function max() returns the largest of its parameters. Python built-in function min() returns the smallest of its parameters.