CTY Python Final Project
For this Johns Hopkins Center for Talented Youth Course (Python Programming for Middle School Students), I was instructed to create an online shopping cart program for a bookstore. The program has 5 main functions:
- Display a list of books available for sale
- Buy a book from the list by adding the book to the user's virtual shopping cart
- Show items in the cart
- Checkout - Shows the user which books are in their cart and how much the total cost is
- Quit the Program