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.2.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file Rahimcalc-0.3.2.tar.gz
.
File metadata
- Download URL: Rahimcalc-0.3.2.tar.gz
- Upload date:
- Size: 2.7 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 | a599009c1f03889aced14abd6c625d912948a5dc322394f044bdcb62aa0a2578 |
|
MD5 | fee5dc58dcd024960312b57c630a0386 |
|
BLAKE2b-256 | 0d194bd8016e82051db06999dbdf4976427ac73d326ce385147f334ef7e14e3c |
File details
Details for the file Rahimcalc-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: Rahimcalc-0.3.2-py3-none-any.whl
- Upload date:
- Size: 3.0 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 | 3641e499ef75cb7acfb5c731f4b219d170b9a072774436c2e99857a13265bb39 |
|
MD5 | 01223e8515bc55ee0f3eeda2b2afdd74 |
|
BLAKE2b-256 | 85dc7e1de410bb35bc3ee6b3e8c98a1c2f6423649da7803e8177c933f85b90be |