Python Programming - Loops - Discussion

Discussion Forum : Loops - General Questions (Q.No. 20)
20.
Which function is used to find the minimum value from a sequence?
min()
minimum()
min_value()
find_min()
Answer: Option
Explanation:
The min() function is used to find the minimum value from a sequence in Python.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.