Final Project: Basic Calculator
Description:
I decided to make a simple calculator with functions and a loop for continued use. It includes Addition, Division, Multiplication, and Subtraction. I set it up so the input is like actually typing into a calculator because I thought it would feel better than first picking the numbers or first picking the Operation.
This does not really solve anything other than my curiosity I noticed that Python was pretty noticeably different from the code languages that I am used to, and I was wondering not only was a calculation would look like but also how I would go about it and expand on which I never got to. But I was able to do what I set out to do for the most part, so that's cool, I guess.
The biggest problem I really ran into was making it feel more calculator-like without having the GUI and experimenting with what felt right.
Note: I meant to add a GUI and exponents, but I am in the middle of moving and don't have the time with the other things that I have to do.
Github: Basic Calculator


Comments
Post a Comment