We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3194bc commit c936457Copy full SHA for c936457
1 file changed
avgfunction.pty
@@ -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