« All Events
10 AM – Python OOP – Indo – Gamas
December 2, 2023 @ 10:00 am - 5:00 pm
Today We Did
- We finished SchoolSystem
- We started LibrarySystem project.
Homework
- Continue on your LibrarySystem. Add code so the first 3 item in the menu would be working like below. And bonus point 3% on your final if you do List all old books (older than year 2000):
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: Narnia
Enter book author: CS Lewis
Enter publish year: 1960
Enter book id: AAA1
You have added Narnia 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: Lightning Thief - Book Author: Henry - Year Published: 1995 - id: AAA1
Title: Harry Potter - Book Author: JK Rowling - Year Published: 2001 - id: AAA2
Title: Narnia - Book Author: CS Lewis - Year Published: 1960 - 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: 3
FIND BOOK
Enter book title that you want to find: narnia
Title: Narnia - Book Author: CS Lewis - Year Published: 1960 - 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: