News

# It should print the min and max values of the given numbers and the sum of all the numbers in the list. Use min (), max () and sum (). # The output should be as follows: # • On the first line: "The ...
elif min_Num > ans: # elif statement if the first condition is false and if your input number is smaller than the current min number. Then proceed to 12th line min_Num = ans # Sets the new smallest ...