calculator in python
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Your project must meet ALL these requirements before it can be shipped.
Look, I'm not going through airtable to check your links so here's some automated checks. I hope it's bug free.
Ready to check your links...
Repository Link:
https://github.com/varietymilk/calculatorproj
working on command line arguments
Please sign in to add a comment.
figured out how to get the input variables and whatever working
starting to work on the tui, and also created a github repository
The input thing loops back if the input isnt one of the list
working on a terminal ui thing for the calculator too
gotten the basic addition subtraction multiplication division working next is to add other features
you should also add a loop for if the user inputs something other than a number then it loops back
figured out that input needs to be converted into an int
you should also add a loop for if the user inputs something other than a number then it loops back