Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update README for V2
  • Loading branch information
RobotDaniel authored Dec 8, 2022
1 parent 4a1d546 commit b9e2998
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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



0 comments on commit b9e2998

Please sign in to comment.