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 + + +