
- This event has passed.
6 PM – Python OOP – Bill
October 22, 2022 @ 6:00 pm - 7:00 pm
Today We:
- Continued the BookSystem project
Your HW:
- Create a new method called find_all_books_before_2010
- You need to loop through each value in the book_dictionary and only display the books whose year is less than 2010
- Hint: Make sure the data types are correct
- Add this new method to the main loop