Python

Calculate Average of N Numbers Entered by User in Python1 min read

The program takes the elements of the list one by one and displays the average of the elements of the list.

Here is source code of the Python Program to Find the Average of Numbers in a Given List. The program output is also shown below.

 




Python Code:

Output:

Leave a Comment