-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|