Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create the following lists. There are ten names and five lists of test scores. The correspondence between the names and the test scores are determined

Create the following lists. There are ten names and five lists of test scores. The correspondence between the names and the test scores are determined by positions. For example, the test scores for Cindy are 67, 92, 67, 43, 78. Drop the lowest of the five test scores for each student and average the rest and determine the letter grade for that student. Make sure your printout is the same as mine with the same column widths.

** MUST BE DONE IN PYTHON.. similar questions like this have been posted but all the outputs are wrong and only printing the last line (jeff) of the output. If you answer this please provide a screenshot of the code as well! Thanks! (It should match exactly)

image text in transcribed

2 3 O Project 1.py x ParallelArrays C:\Users\mokw\Pych 1 names = ['April', 'Bill', 'Cindy', 'Dave', 'Emily', 'Frank', 'Gene', 'Hank', 'Irene', 'Jeff'] 1.py testi = [34, 21, 67, 45, 88, 77,63,96, 89,88] External Libraries test2 = (11,67,92,35, 89, 45,78,94,81,63] 4 test3 = [94, 33, 67, 34, 67, 88,55,99, 23, 43] 5 test 4 = [27, 83, 43, 67,93, 45, 67, 77, 86,90] 6 test5 = [43,76,78, 45, 65, 99, 65, 65, 79,43] 7 B 10 11 12 13 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 Run 1 1 April Bill Cindy Dave 198 49.50 E 259 64.75 D 304 76.00 C 192 48.00 E 337 84.25 B 30977.25 C 273 68.25 D 366 91.50 A 335 83.75 B 284 71.00C FI Emily Frank Gene Hank Irene Jeft "X

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Mannino Michael

5th Edition

0983332401, 978-0983332404

More Books

Students also viewed these Databases questions