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

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

1 Expert Approved Answer
Step: 1 Unlock

Below is the python program that fulfills the requirements outlined in your question Save this code ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!