Python Mastery
Project description
# Python Mastery @ Turing College
In order to install the package use: pip install pythonmastery-adomas
To import the class Calculator from calculator module use this import: from mastery.calculator import Calculator
- ### Calculator has multiple features:
Addition
Substraction
Multiplication
Division
nth root of a number.
Reset memory
### Suppose you’ve made a calculator object from the class calculator = Calculator()
- Addition:
calculator.add(_value_)
- Substraction:
calculator.substract(_value_)
- Multiplication:
calculator.multiply(_value_)
- Division:
calculator.divide(_value_)
- Root of nth:
calculator.root(_n_)
- Reset memory:
calculator.reset()
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
Built Distribution
File details
Details for the file pythonmastery-adomas-0.0.6.tar.gz
.
File metadata
- Download URL: pythonmastery-adomas-0.0.6.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ad03d7e20b7e8689b1341af36d4ae97bd8abd61bb084c42ddb4dd6aea4dc1e85
|
|
MD5 |
51bf2fbce01bdabf53052f0fc8a89b92
|
|
BLAKE2b-256 |
f6582997dcdcce4fb7cb299bdbd63218015089e9e5b54f6026b8de0ec40d2937
|
File details
Details for the file pythonmastery_adomas-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: pythonmastery_adomas-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
520bad4de1c7ebd7a947bd61a381fad11f7ab0bb1aa704c5c0dc2383bf035ddd
|
|
MD5 |
379e60bee22e5433094f198319ece0d9
|
|
BLAKE2b-256 |
bcc4b4ff848dbfdc88b83d5038e9aade42e238f88395c9b8235d200f384b5f20
|