Select all that apply.The add_request() function ends with:r…
Select all that apply.The add_request() function ends with:return { “student”: student_name, “course”: course, “topic”: topic, “priority”: priority, “status”: “Open” }Later, main() contains:new_request = add_request() requests.append(new_request)Which statements correctly describe what happens?
Read Details