Find Average Number In Python- Free Python Course

2 years ago
73

Python Program to get list size n and n elements of list, then compute sum and average of the elements.

Sample Input 1:

5 5 7 9 3 1

Sample Output 1:

25 5.0

Loading comments...