r a combination of any two items. A gift pack is a special combination that contains all three items. Here are some special considerations: 1- If a customer purchases individual items, he does not receive any discount. 2- If a customer purchases a combo pack with two unique items, he gets a 10% discount. 3-If the customer purchases a gift pack, he gets a 25% discount. Write a function for the above scenario. Perform the calculations in code wherever applicable. The function should be your own creation, not copied from any other source. The final output should look like the image attached.
This is python3 code please
Develop a catalog for a company. Assume that this company sells three different Items. The seller can sell individual items or a combination of any two items. A gift pack is a special combination that contains all three items. Here are some special considerations:
1- If a customer purchases individual items, he does not receive any discount.
2- If a customer purchases a combo pack with two unique items, he gets a 10% discount. 3-If the customer purchases a gift pack, he gets a 25% discount.
Write a function for the above scenario. Perform the calculations in code wherever applicable. The function should be your own creation, not copied from any other source. The final output should look like the image attached.
Include the following in your submission:
- The code for the function that you created.
- The output of the code.
- A description of what feature(s) your function illustrates.
- The code and its output must be explained technically. The explanation can be provided before or after the code, or in the form of comments within the code.
![Output:
Online Store
Product (S)
Item 1
Item 2
Item 3
Combo 1(Item 1 + 2)
Combo 2 (Item 2 + 3)
Combo 3(Item 1 + 3)
Combo 4(Item 1 + 2 + 3)
Price
200.0
400.0
600.0
540.0
900.0
720.0
900.0
For delivery Contact:98764678899](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F687acc66-7722-4a85-9dd9-5096144743ea%2Ff3f63253-2b46-4957-84d2-b3bdddf85e9e%2F0qh1e0u_processed.png&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)