I’ve been given an assessment that includes a starter Python file with several “DO NOT EDIT” sections. In the gaps that are left open, the program has to calculate current stock levels and apply the required discount rules to each item in a small inventory. All results must be printed to the console in the exact format the grader expects, so whitespace, order, and wording matter. Here’s what I can share now: • The existing code handles input collection and some validation; those parts must stay untouched. • My task area is a single function where the discount logic and stock deduction need to be written. • The target console output shows the updated quantity for each SKU and the discounted price per unit. I’ll provide you with: – The starter .py file – A sample input block and the exact sample output that must be reproduced Deliverables I need back: 1. A working Python script that drops straight into the provided file without altering the protected sections 2. A short comment inside the editable function explaining the formula or reasoning you used 3. Quick notes (bullet-style is fine) on any edge cases you considered Acceptance will be based on running the file with my test harness and matching the console output character-for-character. No external libraries are allowed—stick to the standard library so the grader doesn’t flag anything. If you can jump on a quick call or chat to clarify the skeleton structure before you start coding, even better.