This is very basic calculator
Project description
My Calculator
Under construction! No tready for use yet! Currently experimenting and planning!
Developed by Bikash Chowdhury from DIA (c) 2023
Example of How TO USe (My Calculator)
Creating A caalculator
def add_number(a,b):
return a + b
def add_number(a,b):
return a - b
def add_number(a,b):
return a * b
def add_number(a,b):
return a / b
USES:
from mycalculator import calculator
calculator.add_number(7,8)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file bikash_calculator-0.1-py3-none-any.whl
.
File metadata
- Download URL: bikash_calculator-0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4baedc79bf5439d65c2fbceeea93a85930bee6b833b786454433bb2bbc1fa71 |
|
MD5 | 1f5424127568f32ca3e4e31b9c61af7e |
|
BLAKE2b-256 | e6d32a53207489c7ad58caf0bf92fdcab7ff677a68841314fb9c574fe6497f1b |