Python program to find the average of numbers

python program to Find The Average Of Numbers

In this tutorial, we are going to learn a python program to find the average of numbers given as input from the user. Problem Statement For any sequence of numbers that are input by the user, we have to calculate the average of the input sequence numbers. For example: ‘for’ loop statement The ‘for loop’ … Read more