Skip to content

Commit d79a25a

Browse files
Update VisualScript.py
1 parent ed7dbd9 commit d79a25a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/VisualScript.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ def returnMean(list):
157157
sortedlist = sorted(list)
158158
meannum = sum(sortedlist) / len(sortedlist)
159159
return meannum
160+
161+
160162

161163

162164

0 commit comments

Comments
 (0)