write a program to find the average in Python
Answers
Answered by
1
Answer:
Python Program to Calculate the Average of Numbers in a Given List
- Take the number of elements to be stored in the list as input.
- Use a for loop to input elements into the list.
- Calculate the total sum of elements in the list.
- Divide the sum by total number of elements in the list.
- Exit.
Similar questions
Hindi,
3 months ago
English,
3 months ago
Accountancy,
3 months ago
Accountancy,
10 months ago
English,
10 months ago