Question: Write a Python program that accomplishes the following tasks: read in the data from the HBCUList.csv file HBCUList.csv -into a 2D list named hbcu -
Write a Python program that accomplishes the following tasks: read in the data from the HBCUList.csv file HBCUList.csv -into a 2D list named hbcu - . include a separate function named gaCount that will calculate (and display to the screen) the total number of schools in Georgia. include a separate function named oldest that will calculate (and display to the screen) the name and founding year of the HBCU that is the oldest. include a separate function named youngest that will calculate (and display to the screen) the name and founding year of the HBCU that is the youngest. call the gaCount, oldest, and youngest functions to execute within the "main" function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
