Skip to content

Commit 07add5a

Browse files
'made new branch and file for lab01'
1 parent 96c2174 commit 07add5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

code/muki/lab01.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)