Parse restrictions and exclusions
Closed this issue · 0 comments
kunwar45 commented
Create 7 (seven) functions. One for each of the following categories.
Name them accordingly (i.e parse_year_in_date, parse_major_restriction)
They will each take in a string and then should return just the necessary information. Freedom to store it in a way you see fit. For the ones that have course restrictions, I would recommend returning an array of the courses which are restricted. Otherwise, dictionaries are usually good.