Question: please write code for python 3.4 idle Code Assignment 8b Code Submit Assignn Due Monday by 12:10pm Poins 15 Submitting a file upload Create an


please write code for python 3.4 idle
Code Assignment 8b Code Submit Assignn Due Monday by 12:10pm Poins 15 Submitting a file upload Create an application that will process student test scores. studentScores.txt contains a list of ten test scores earned by students. Write an application that will 1. open the file 2. read in the scores 3. if a score is 70 or higher, add 1 to the total of passing scores 4. if a score is less than 70, add 1 to the total number of failing scores 5. Print out the total number of passing and failing scores, and the overall average. It should look something like this (your numbers will be different: Number failed: 4 Number passed: 6 Class average: 78.2 Hwk08A -flowchart: Due Wednesday 31 October Hwk08B code: Due Monday 05 November
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
