Please sign in to access this page

Python calculator

Python calculator

7 devlogs
3h 31m
Created by kai

calculator in python

Timeline

Earned sticker

still figuring out this argparse thing

Update attachment
Earned sticker

working on command line arguments

Update attachment

figured out how to get the input variables and whatever working

Update attachment
Earned sticker

starting to work on the tui, and also created a github repository

Update attachment
Earned sticker

The input thing loops back if the input isnt one of the list

working on a terminal ui thing for the calculator too

Update attachment
Earned sticker

gotten the basic addition subtraction multiplication division working
next is to add other features

Update attachment
pidgeon pidgeon about 2 months ago

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

Update attachment