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
\# 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
Get step-by-step solutions from verified subject matter experts
