A simple calculator for SID
Project description
Under construction ! Not ready for use yet! Currently experimenting and planning!
Developed by Sid Karmaker (c) 2023
Example of How To Use SID 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 sidcalculator import calculator
calculator.add_numbers(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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sidcalculator-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sidcalculator-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa4f65195d0ab94c2ded28d89e9eb62e2b9b8100294c3207b8c4549804026fb
|
|
| MD5 |
7a4edebba9a5e69770f6508835ad1511
|
|
| BLAKE2b-256 |
f0d8151d5f023a6d143066de751d8eac6f4fb14871667a28c647e5e42d2daf50
|