Accountancy, asked by vaibhudhano06, 9 months ago

Write Python Program to show Maximum and Minimum Number from list​

Answers

Answered by llɱissMaɠiciaŋll
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