diff options
Diffstat (limited to 'wk6')
-rw-r--r-- | wk6/lect/scores.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wk6/lect/scores.py b/wk6/lect/scores.py new file mode 100644 index 0000000..f046193 --- /dev/null +++ b/wk6/lect/scores.py @@ -0,0 +1,4 @@ +# scores = [72, 73, 33] + +# avg = sum(scores) / len(scores) +# print("Average: ", avg) |