Python program to print maximum and minimum of a list
Python program to print maximum and minimum element of a list Problem Definition Python program to print maximum and minimum of a list, first read numbers from the user until the user enters ‘done’ and store the numbers into a list. Once the user enters ‘done’ print out the maximum and minimum element of a […]
Python program to print maximum and minimum of a list Read More »
