Skip to content

Completed Exercise - Managing Customer Orders #520

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Egbe34
Copy link

@Egbe34 Egbe34 commented Jul 18, 2025

This submission contains a complete solution for the "Managing Customer Orders" Python exercise.

Tasks completed:

  • Defined product list and inventory
  • Collected inventory quantities from user input
  • Collected 3 customer orders using a set
  • Displayed ordered items
  • Calculated total products ordered and percentage ordered
  • Stored results in a tuple and printed order statistics
  • Updated inventory after order processing
  • Printed final inventory levels

The code uses lists, dictionaries, sets, and tuples effectively to simulate a simple order management system for an online store.

Tested and verified with sample inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant