Skip to content

Commit e73ef1f

Browse files
committed
Recommitted to correct repository
1 parent a4779bb commit e73ef1f

File tree

2 files changed

+0
-0
lines changed

2 files changed

+0
-0
lines changed

code/kelin/Average-numbers.md

394 Bytes

kelin-lab00-average-numbers

nums = [5, 0, 8, 3, 4, 1, 6] x = sum(nums) i = len(nums) answer = (x / i) print(answer)

Prints Answer 3.857142857142857 Average of 5, 0, 8, 3, 4, 1, and 6

code/kelin/README.md

132 Bytes

Kelin Ray

Directory name: kelin GutHub Username: rayk472

0 commit comments

Comments
 (0)