Find the Valedictorian Assume that you are the teacher and you need to identify which student is the valedictorian in the given list of grades. The list of grades returns 10 scores of the students. The name of students is returned using a list. The grades are given in a list using the order of the name list. The grade list contains the scores of each student. name = [['Christine', 'Maria', 'Noel', 'Alwyn', 'Katie', 'Dave', 'Austin', 'Chris']] grades = [[70, 85, 55, 25, 15, 100, 40, 60, 80, 100], \         [30, 60, 109, 10, 50, 100, 70, 90, 96, 100], \         [50, 50, 50, 50, 50, 50, 50, 50, 50, 50], \         [100, 20, 65, 67, 28, 100, 100, 99, 89, 79], \         [25, 44, 45, 75, 89, 100,60, 66, 100, 100], \         [100, 70, 50, 100, 30, 100, 100, 100, 30, 80], \         [25, 41, 43, 22, 65, 90, 100, 10, 60, 90], \         [69, 75, 74, 90, 91, 100, 80, 75, 96, 100]] A valedictorian has a score of 95 and up. Create a python program that will print the valedictorians in the given data.  COMPLETE THE CODE def findtheValedictorian(L):          return name = [['Christine', 'Maria', 'Noel', 'Alwyn', 'Katie', 'Dave', 'Austin', 'Chris']] grades = [[70, 85, 55, 25, 15, 100, 40, 60, 80, 100], \         [30, 60, 109, 10, 50, 100, 70, 90, 96, 100], \         [50, 50, 50, 50, 50, 50, 50, 50, 50, 50], \         [100, 20, 65, 67, 28, 100, 100, 99, 89, 79], \         [25, 44, 45, 75, 89, 100,60, 66, 100, 100], \         [100, 70, 50, 100, 30, 100, 100, 100, 30, 80], \         [25, 41, 43, 22, 65, 90, 100, 10, 60, 90], \         [69, 75, 74, 90, 91, 100, 80, 75, 96, 100]] print(findtheValedictorian(name))

Np Ms Office 365/Excel 2016 I Ntermed
1st Edition
ISBN:9781337508841
Author:Carey
Publisher:Carey
Chapter3: Performing Calculations With Formulas And Functions
Section: Chapter Questions
Problem 3.9CP
icon
Related questions
Question

Find the Valedictorian


Assume that you are the teacher and you need to identify which student is the valedictorian in the given list of grades. The list of grades returns 10 scores of the students.

The name of students is returned using a list. The grades are given in a list using the order of the name list. The grade list contains the scores of each student.

name = [['Christine', 'Maria', 'Noel', 'Alwyn', 'Katie', 'Dave', 'Austin', 'Chris']]

grades = [[70, 85, 55, 25, 15, 100, 40, 60, 80, 100], \

        [30, 60, 109, 10, 50, 100, 70, 90, 96, 100], \

        [50, 50, 50, 50, 50, 50, 50, 50, 50, 50], \

        [100, 20, 65, 67, 28, 100, 100, 99, 89, 79], \

        [25, 44, 45, 75, 89, 100,60, 66, 100, 100], \

        [100, 70, 50, 100, 30, 100, 100, 100, 30, 80], \

        [25, 41, 43, 22, 65, 90, 100, 10, 60, 90], \

        [69, 75, 74, 90, 91, 100, 80, 75, 96, 100]]

A valedictorian has a score of 95 and up.

Create a python program that will print the valedictorians in the given data. 

COMPLETE THE CODE


def findtheValedictorian(L):
    
    return

name = [['Christine', 'Maria', 'Noel', 'Alwyn', 'Katie', 'Dave', 'Austin', 'Chris']]

grades = [[70, 85, 55, 25, 15, 100, 40, 60, 80, 100], \

        [30, 60, 109, 10, 50, 100, 70, 90, 96, 100], \

        [50, 50, 50, 50, 50, 50, 50, 50, 50, 50], \

        [100, 20, 65, 67, 28, 100, 100, 99, 89, 79], \

        [25, 44, 45, 75, 89, 100,60, 66, 100, 100], \

        [100, 70, 50, 100, 30, 100, 100, 100, 30, 80], \

        [25, 41, 43, 22, 65, 90, 100, 10, 60, 90], \

        [69, 75, 74, 90, 91, 100, 80, 75, 96, 100]]

print(findtheValedictorian(name))




Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Lists
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage