Skip to content

Shopping bill System #1817

@satyajeet-ravan

Description

@satyajeet-ravan

The aim of this project is to develop a Python program that calculates the total cost of purchased items in a shopping cart and applies a discount based on the total amount. The program should:

  1. Allow the user to enter the name and price of each purchased item.
  2. Store the items and their prices in a dictionary.
  3. Calculate the total amount of all purchased items using built-in functions.
  4. Apply a 10% discount if the total bill exceeds ₹500.
  5. Display the final bill, the discount amount (if applicable), and the name of the most expensive item purchased.
    The program should provide a clear and well-formatted output so that the user can easily understand the billing details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions