- This event has passed.
4PM – Python OOP – Alex W.
October 28, 2022 @ 4:00 pm - 5:00 pm
Today We did
- Set up the lists for each book object
- set up the dictionary to find an object by ID
Homework
- Complete the find all books published after 2010 functionality. As an example, if there are two books published after 2010(harry potter and percy jackson). The list should look something like this
1 -Harry Potter. JK Rowling. 2008, 1112
2 -Percy Jackson. Rick Riordan. 2007, 1111
You can use the get_info function for the author, title, publication date, and ID. Don’t worry about the ordering of either.
If you have any questions, please email me at alexwalburg@ayclogic.com