Question: use an array! Then adapt your code to reveal the name of the youngest person. This is python 101 so its beginner level, so use

 use an array! Then adapt your code to reveal the name
use an array!
Then adapt your code to reveal the name of the youngest person.
This is python 101 so its beginner level, so use the most basic way to code this.

\# Names of a group of students names =[ 'Alice', 'Edward', 'Timothy', 'James', 'Brandon', 'Mark'] \# Age and graduation year of the above students class_roster =[ [22,2021] [23,2020] [21,2021] [19,2022] [24,2020], [23,2018]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!