Inspiration

This is my first Hackathon. I was typing in a practice submission entry and selected Calculator as the name of my project. I wasn't sure what to make with my very limited skills, so I actually made a calculator.

What it does

My program is a simple calculator that takes two variables and a selected operation: add, subtract, multiply, or divide. The program will loop until the user responds "n" to the question of "Would you like to go again?".

How I built it

It was very simple to build. I used two functions: one to select the operation and one to calculate using the variables. I am using this hackathon as a trial run, so take it with a grain of salt. 😅

Challenges I ran into

While I didn't run into many challenges with my simple Python Calculator, I originally planned on making something much more complicated using HTML and Github. However, I am not experienced enough to learn all the skills since for such a project during the timeframe of this event. I plan on research more into how to make better and more complex project in shorter timeframes.

Built With

Share this project:

Updates