Technical Publications

print("The Average of all the numbers in the list is: ",avg) Output. Enter the value of N: 5 Enter the element: 33 Enter the element: 22 Enter the element: 55 Enter the element: 11 Enter the element: 44 The list is: [33, 22, 55, 11, 44] The maximum element from list is: 55 The minimum element from list is: 11 The sum of all the numbers in the ... ................
................