We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96c2174 commit 07add5aCopy full SHA for 07add5a
code/muki/lab01.py
@@ -0,0 +1,7 @@
1
+# Lab 01, Will "Muki" Shelnutt
2
+
3
+# Version 1
4
+ # using given list for nums = [5, ,0, 8, 3, 4, 1, 6]
5
6
+def listmean(list):
7
+ list
0 commit comments