show_todo should be implemented as follow :
- Use Classroom.authenticate() and Classroom.get_courses() to authenticate and get the courses
- It should return the todo of the first five courses (use default value = 5 for the number of courses)
- Assignments with the state "Assigned " are the only assignments that should be returned
show_todo should be implemented as follow :