Given a list of product dicts each with name, price, and discount_pct, build a single dict using one dict comprehension mapping product name to its discounted price (rounded to 2 decimals).
Only include products with a positive discount_pct.
Ready to take your skills to the next level? Enroll in our comprehensive Data Analyst Career Track to master SQL, Python, Excel, and Power BI.
Run your code to see the result here.