[Tutor] Basic Python help

Mason Jordan masonjordan000 at gmail.com
Fri Sep 4 11:40:24 EDT 2020


Hi all,
I am in a basic COMP SCI course and I am struggling to do this project.

Write a Python program that calculates summary statistics about a class
assignment. First, prompt the user for the number scores to be entered,
which should be a positive integer. Reprompt for 0 or negative integers.
Then prompt for each score, re-prompting for values outside the range 0 -
100, inclusive. Finally, display the minimum, maximum and average scores.



I have a little bit of the code written. Can anyone offer any help?


-- 

Best,

Mason Jordan

masonjordan000 at gmail.com


More information about the Tutor mailing list