Python calculator

Python calculator

6 devlogs
3h 8m
Created by kai

calculator in python

Timeline

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
kai
kai
1h 10m 4 days ago

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
Dhruva Dhruva 5 days 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