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.


Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images









