This is very basic calculator
Project description
asalamcalculator
Under construction! Not ready for use yet! Currently experimenting and planning!
Developed by Abdus Salam from DIA (c) 2023
Exmples of How To Use (Asalam Calculator)
Creating A Calculator
def add_numbers(a,b):
return a+b
def sub_numbers(a,b):
return a-b
def mul_numbers(a,b):
return a*b
def div_numbers(a,b):
return a/b
USES:
from asalmcalculator 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 asalamcalculator-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: asalamcalculator-1.2.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef342c0d49761c82c74bcef568d8fb3a3bbdf6727e9c098821456f86bbf6a8d1 |
|
MD5 | 8929778063adc46d9fc48540222bbb6d |
|
BLAKE2b-256 | a2a132ecbbc582122178c08a066a26dbc9e0da8a064d3266382bc8adf2e0293e |