Task 2 - Build A Receipt Calculator In Python

Core Functionalities:

  • Accept input for items (name, price, quantity).
  • Calculate subtotal, tax, discount, and final total.
  • Generate and display the receipt with a list of items, prices, total cost, tax, and discount.
  • Save the receipt as a text file or PDF (bonus).

Technical Specifications:

  • Use Python.
  • Implement object-oriented programming concepts.
  • Use collections like List or any other for managing products.
  • File handling for saving and retrieving receipt data.

Submission Details

    • We will be sharing a Google Form shortly to collect your code files.
    • Submit your code file through the provided Google Form link.
    • After submission, we will verify your task.