From b9e2998c5e1d91403c44da9a5a789a041e7d1941 Mon Sep 17 00:00:00 2001 From: RobotDaniel <101746899+RobotDaniel@users.noreply.github.com> Date: Thu, 8 Dec 2022 19:39:47 +0000 Subject: [PATCH] Update README.md update README for V2 --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f8fdd1d..53987bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # meme-calc a calculator where 9+10 = 21 -credit to the tutorial made by GeeksforGeeks: https://www.geeksforgeeks.org/make-simple-calculator-using-python/ - Modifcations + + ### Modifcations 1.if it detects select = 1, number_1 = 9 and number_2 = 10 then it will print "9+10 = 21" - 2. + ### features + - main menu + `1.Enter the app` + `2.Quit` + - support for floats + - error handling + + +