Bikash 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 (Bikash Calculator)
Creating A caalculator
def add_number(a,b):
return a + b
def sub_number(a,b):
return a - b
def mul_number(a,b):
return a * b
def div_number(a,b):
return a / b
USES:
from mycalculator import calculator
calculator.add_number(7,8)
Release files for bikash-calculator 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bikash-calculator-0.3.tar.gz | 2.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bikash_calculator-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 kB
Release files / bikash-calculator-0.3.tar.gz
| Download URL | bikash-calculator-0.3.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43fc0fbdcb1f796155d6258395a671f734497a731bfe853e6d11479539f3d441
|
|
BLAKE2b-256 checksum How to use checksums |
3616a1a9cdd0776e92f8779247e59f946cfc8eb4fea35d641a3498e16abf5a6a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|
Release files / bikash_calculator-0.3-py3-none-any.whl
| Download URL | bikash_calculator-0.3-py3-none-any.whl |
|---|---|
| Size | 2.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3a76381cee5131591b5ee79aff7e5402d94eadd5c43a4262a1b1614e5cef223a
|
|
BLAKE2b-256 checksum How to use checksums |
6dfaafd146f71a9e4bb10f0aec5db539ced3bf86252d9c3c40fdc84d66e08f83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.0
|