Page 1 of 1

https://ischool.umd.edu/alumni/alumni-network Start year: 2013 End year: 2015 ['Elizabeth (Liz) Boniface'] OR Start year

Posted: Sat May 14, 2022 2:59 pm
by answerhappygod
https://ischool.umd.edu/alumni/alumni-network
Start year: 2013
End year: 2015
['Elizabeth (Liz) Boniface']
OR
Start year: 2016
End year: 2018
['Charell Adagala', 'Sukhneet Kaur', 'Paul Cheakalos', 'Suzy Wilson']
STARTER CODE
import urllib.request, urllib.parse, urllib.error import re import sal myURL = "https://ischool.umd.edu/alumni/alumni- network" # FUNCTIONS #takes URL, returns the list of the rows of code def getHTML(): return #takes list of rows of code, returns dict of alumni and grad year def makeAlumniDict(): return #takes dictionary of alumni and years, returns list of alumni grads between years (inclusive) def between Years() : return #MAIN CODE