Python Programming - Functions - Discussion

Discussion Forum : Functions - General Questions (Q.No. 21)
21.
What is the purpose of the min() function?
Finds the minimum value in a list
Rounds a floating-point number down to the nearest integer
Checks if a variable is of a certain type
Converts a string to lowercase
Answer: Option
Explanation:
The min() function is used to find the minimum value among the elements of an iterable, such as a list.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.