This is very basic calculator
Project description
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)
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 Distribution
bikash-calculator-0.3.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file bikash-calculator-0.3.tar.gz
.
File metadata
- Download URL: bikash-calculator-0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43fc0fbdcb1f796155d6258395a671f734497a731bfe853e6d11479539f3d441 |
|
MD5 | c4f34dca973ef629cac8ee2b8a36992f |
|
BLAKE2b-256 | 3616a1a9cdd0776e92f8779247e59f946cfc8eb4fea35d641a3498e16abf5a6a |
File details
Details for the file bikash_calculator-0.3-py3-none-any.whl
.
File metadata
- Download URL: bikash_calculator-0.3-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 | 3a76381cee5131591b5ee79aff7e5402d94eadd5c43a4262a1b1614e5cef223a |
|
MD5 | 77ac7f92898fe2632a87f50b0c74d006 |
|
BLAKE2b-256 | 6dfaafd146f71a9e4bb10f0aec5db539ced3bf86252d9c3c40fdc84d66e08f83 |