How would you retrieve the room where CSC 144, section 1 takes place?
How would you retrieve all rooms for CSC 120?
Attendance
Go to gradescope and answer today’s attendance question
Write a function
Its name is retrieve_room
It takes three arguments: a dictionary with course information, a string for course code and number (e.g., "CSC 110") and a string for section (e.g., "section 3")
It returns a string with the building and room numbers (concatenated)