Calculating Discounts with Python 3.10 Match-Case

# Introduction `match-case` is a new feature in Python 3.10 that allows you to write a series of `if-elif-else` statements in a more concise way. In this challenge, you will be implementing a function that calculates discounts for various items. The function will take in an item name as a parameter, and return the discount percentage based on the item.

|60 : 00

Click the virtual machine below to start practicing