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.7.tar.gz
(2.9 kB
view details)
Built Distribution
File details
Details for the file Rahimcalc-0.3.7.tar.gz
.
File metadata
- Download URL: Rahimcalc-0.3.7.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 | 5114a9ab5bdb6d779826c6bd9b5a4298d3f52ff062ea8ba9800d3d262e2284d0 |
|
MD5 | ab35ac7a13bb65537272ee52f98f5404 |
|
BLAKE2b-256 | 55116fddab485cef8afc75982ee28e0cecfbc1ca893bd24d0217ab6b1906a733 |
File details
Details for the file Rahimcalc-0.3.7-py3-none-any.whl
.
File metadata
- Download URL: Rahimcalc-0.3.7-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 | 7812f8592b53f53f8e7c162e45d6f4038d5c2563e284560135f2fd5d2f5fe3f4 |
|
MD5 | 082fdac40f8987f8b508708dcb7128a7 |
|
BLAKE2b-256 | 652d09a5ad17e4bf155e1940355e5b0a18bacbdb4671b28f12b4dee3b43c7f41 |