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.
- Host: GitHub
- URL: https://github.com/connerkt/calculator
- Owner: ConnerKT
- Created: 2023-01-22T19:02:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T16:10:36.000Z (over 3 years ago)
- Last Synced: 2025-02-23T02:31:34.344Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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!