Skip to content

Commit c936457

Browse files
authored
Add average calculation function
1 parent b3194bc commit c936457

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

avgfunction.pty

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
a = 12
2+
b = 34
3+
c = 56
4+
average =(a + b + c)/3
5+
print(average)

0 commit comments

Comments
 (0)