Student pass or fail package
Project description
Rahimcalc
Package Name:
- Rahimcalc
Author
- Abdurrahim
- Abdurrazzak
Package install comment
- type in cmd(command prompt)
-
Python -m pip install Rahimcalc
-
Code:
import Rahimcalc as r
print(dir(r))
a=int(input("Enter a:"))
b=-int(input("Enter b:"))
print("Addition:",r.sum(a,b))
print("Subtraction:",r.sub(a,b))
print("Multiplication:",r.mul(a,b))
print("Division:",r.div(a,b))
print("Complex Numbers:",r.complex(a,b))
print("Exponent:",r.exp(a,b))
Package uninstall comment
-
type in cmd(command prompt)
-
pip uninstall Rahimcalc
-
Change log
0.4 (27/01/2022)
- This is my first package.so this packsge is rough
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
Rahimcalc-0.3.6.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file Rahimcalc-0.3.6.tar.gz
.
File metadata
- Download URL: Rahimcalc-0.3.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d76f1d16b9c4c78feeea37c8df526b761b1e1f6da336dad5d66b17e3634f91 |
|
MD5 | a2cae5223a31b5df87c082b752ddfe17 |
|
BLAKE2b-256 | 555564876f29e889c9a54ec8d9e0076a75e27ee07d100455cd415a996497dc20 |
File details
Details for the file Rahimcalc-0.3.6-py3-none-any.whl
.
File metadata
- Download URL: Rahimcalc-0.3.6-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6703c5e99ec4e5ad34f45a2079d89305f5e23310acca4f8b44a802ca17f07b3b |
|
MD5 | 46b2698c319b65316f6e49eea87417e9 |
|
BLAKE2b-256 | 70444483caa7e09193a23f7c1425e9df5427a2c4d06c2a5cbd024d8c9f6aa8bf |