An open API service indexing awesome lists of open source software.

https://github.com/connerkt/calculator

This is a simple Python project I created that allows you to divide, multiply, add, or subtract to your liking.
https://github.com/connerkt/calculator

Last synced: 9 months ago
JSON representation

This is a simple Python project I created that allows you to divide, multiply, add, or subtract to your liking.

Awesome Lists containing this project

README

          

This is a calculator program in the language of Python.
The code works using an input function, and using if statements to execute the variables to the user.
Give it a try!