- This event has passed.
5 PM – Python OOP – Juan
December 4, 2023 @ 5:00 pm - 6:00 pm
Gamas Sub
Today We Did
- We finished Supermarket OOP project
- We started Library System project.
Homework
Continue on Library System project. Add code to do
- Add Book
- List All Books
- Find Book by name
- List all old books (before 2000).
If you do it properly, it should behave like below:
Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: 1 ADD NEW BOOK Enter book title: Lord of The Rings Enter book author: JRR Tolkien Enter publish year: 1954 Enter book id: AAA1 You have added Lord of The Rings book to our library. Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: 1 ADD NEW BOOK Enter book title: Harry Potter Enter book author: JK Rowling Enter publish year: 1997 Enter book id: AAA2 You have added Harry Potter book to our library. Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: 1 ADD NEW BOOK Enter book title: Order of Phoenix Enter book author: JK Rowling Enter publish year: 2003 Enter book id: AAA3 You have added Order of Phoenix book to our library. Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: 2 LIST ALL BOOKS Title: Lord of The Rings - Book Author: JRR Tolkien - Year Published: 1954 - id: AAA1 Title: Harry Potter - Book Author: JK Rowling - Year Published: 1997 - id: AAA2 Title: Order of Phoenix - Book Author: JK Rowling - Year Published: 2003 - id: AAA3 Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: 3 FIND BOOK Enter book title that you want to find: Lord of The Rings Title: Lord of The Rings - Book Author: JRR Tolkien - Year Published: 1954 - id: AAA1 Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: 5 LIST ALL OLD BOOKS Title: Lord of The Rings - Book Author: JRR Tolkien - Year Published: 1954 - id: AAA1 Title: Harry Potter - Book Author: JK Rowling - Year Published: 1997 - id: AAA2 Please look at below options 1. Add book 2. List all books 3. Find book by name 4. Find book by id 5. List all old books Enter your selection. Enter 'quit' to exit: