Question: ParallelLists Write a Python program file called ParallelLists.py that uses parallel lists that asks the user to enter the amount of students, then a
ParallelLists Write a Python program file called ParallelLists.py that uses parallel lists that asks the user to enter the amount of students, then a last name and grade for each student, prints a listing of names and grades, the average, and the highest and lowest grade (name and grade). When complete, please rename this file to Your Name ParallelLists.py and send it to me as an attachment in Canvas. Sample run: RESTART: C:\$user DellKC\Classwork\HCC\CSC105 - Progran PreLabs\PreLab07A\Parallel Lists.py Enter the amount of students: 5 Enter a last name and grade for student 1: Davis 78 Enter a last name and grade for student 2: Jones 98 Enter a last name and grade for student 3: Larson 100 Enter a last name and grade for student 4: Morris 54 Enter a last name and grade for student 5: Smith 88 The students and grades entered are: Davis 78 Jones 98 Larson 100 Morris 54 Smith Avg: High: Low: 88 83.6 100 54 Larson Morris
Step by Step Solution
3.39 Rating (152 Votes )
There are 3 Steps involved in it
Below is the python program that fulfills the requirements outlined in your question Save this code ... View full answer
Get step-by-step solutions from verified subject matter experts
