Update README.MD

This commit is contained in:
nugroho 2026-04-10 13:37:25 +07:00
parent c1006502f2
commit ab85b49a6b

View File

@ -7,7 +7,7 @@ It is a python-based GUI app that calculates final price after applying discount
The purpose of this project is to demonstrate practical skills in programming, problem solving, and basic web development. The purpose of this project is to demonstrate practical skills in programming, problem solving, and basic web development.
# Notes # Notes
Since the task mentionied quantity as a possible input, but the example showed no such input, I created two versions of the app. Since the task mentioned quantity as a possible input, but the example showed no such input, I created two versions of the app.
- `discalc.py` includes all three mentioned fields (price, quantity, discount). - `discalc.py` includes all three mentioned fields (price, quantity, discount).
- `discalc-noqty.py` is the one without quantity field. - `discalc-noqty.py` is the one without quantity field.
Thank you for your understanding Thank you for your understanding