Write Python Program to show Maximum and Minimum Number from list
Answers
Answered by
27
Explanation:
In Python, you can use min() and max() to find the smallest and largest value, respectively, in a list or a string.
Similar questions