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.1.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file Rahimcalc-0.3.1.tar.gz
.
File metadata
- Download URL: Rahimcalc-0.3.1.tar.gz
- Upload date:
- Size: 2.6 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 | c9195e22cbc710bf007abb73f90b5d9899b9f596abd2556688337ec9b6280f73 |
|
MD5 | 8e22c82edea8f7aec440f380c7c176e7 |
|
BLAKE2b-256 | 875bcb9cf064bcd5fac1ce038c321e8c9cb9abd4e75117e72e19e90db2c3045f |
File details
Details for the file Rahimcalc-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: Rahimcalc-0.3.1-py3-none-any.whl
- Upload date:
- Size: 2.9 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 | 662a5cc640e9ee83c9b06bafdf73e40413f289d455caa37a330fc1f068368590 |
|
MD5 | 346bfcf7bc035674d7cae3fcc16063a7 |
|
BLAKE2b-256 | d09ff3c5db5d33e412718e112a7a101e73950e2c33fbc7d2de303b8b3495b418 |