Skip to content

Commit 06e4f06

Browse files
authored
Add files via upload
1 parent 346b79d commit 06e4f06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ex2.2FindingTheAverage.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Find the average of numbers in a list.
2+
3+
def FindAverage(List):
4+
return sum(List)/len(List)

0 commit comments

Comments
 (0)