A basic calculator
Project description
##Basic Calculator Can be used for addition, subraction ,division and finding the remainders ##SOURCECODE: def add(a,b): return a+b def subract(a,b): return a-b def multiply(a,b): return a*b def divide(a,b): return a/b def remainder(a,b): return a%b
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
VMCalculator-0.0.1.tar.gz
(1.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file VMCalculator-0.0.1.tar.gz.
File metadata
- Download URL: VMCalculator-0.0.1.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f19f18796167253f2b081152b21c2be810dbc10df0bb167cecac8c8bda021ab
|
|
| MD5 |
4dfe53504592ceeeae5807c3fd2f531b
|
|
| BLAKE2b-256 |
6322f974e1a8a3cd6b58f4d80977f905d19739da49876de693dedc0cad4c91a8
|
File details
Details for the file VMCalculator-0.0.1-py3-none-any.whl.
File metadata
- Download URL: VMCalculator-0.0.1-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bdde8566735fb7ddf4fef5aedbee487e7537db69f4d3a90d6c810725bf1e8ca
|
|
| MD5 |
a12c1e3e990458b223ec885ecc53c112
|
|
| BLAKE2b-256 |
b958a003cd775ce54825a1af64917bd614a81fb9e10712f6813e1c2ddbe7253a
|