A simple calclualtor
Project description
Simple Calculator
It's a simples calculator wich do either add, substract, multiply, divide or take a root of a number.
Code
from example_package_calculator import Calculator
calculator = Calculator()
calculator.add(5, 5, 6)
16
calculator.root()
4
calculator.multiply(5)
20
calculator.reset()
0
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
Close
Hashes for example_package_calculator-0.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07c0e0c17752b616345c1124155fc8848834e03b84210d94e3802d33c1e3952a |
|
MD5 | aece3dd2ac6222e16ab78f5a8e4d22b9 |
|
BLAKE2b-256 | 8c7f5238fe8192944af75baf83dc6c1668f29c22ed5b51b8e33565ce8546c888 |
Close
Hashes for example_package_calculator-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62f0bc55ba262868a61b7e3356fb166d9ea0c232620a89e71647063f7e5af951 |
|
MD5 | 992297f9104ff87d727f3c7334422365 |
|
BLAKE2b-256 | 8f2b23f5a09bbb26c771ff9bdb3470c1112455aa86d095e0c52d2950b6afe58b |