From ab85b49a6b47f84297026c4aef533a95409cbf33 Mon Sep 17 00:00:00 2001 From: nugroho Date: Fri, 10 Apr 2026 13:37:25 +0700 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 016a3dd..1319066 100644 --- a/README.MD +++ b/README.MD @@ -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. # 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-noqty.py` is the one without quantity field. Thank you for your understanding \ No newline at end of file