from simple-calculator-py import calculator
result = calculator.add(5, 3)
print(result) # Output: 8
from simple-calculator-py import calculator
result = calculator.subtract(5, 3)
print(result) # Output: 2
from simple-calculator-py import calculator
result = calculator.multiply(5, 3)
print(result) # Output: 15
from simple-calculator-py import calculator
result = calculator.divide(10, 2)
print(result) # Output: 5
Release files for simple-calculator-py 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| simple-calculator-py-1.1.0.tar.gz | 2.7 kB | Details |
Release files / simple-calculator-py-1.1.0.tar.gz
| Download URL | simple-calculator-py-1.1.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c35a7307eeb0c99b60eb72ca63b28b6798688ff59b43bf98e705c9171d6da76d
|
|
BLAKE2b-256 checksum How to use checksums |
307632281f570238d3a5e4f129b00108fbb93142d2ecaf69c7463047685fd7f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.12.0
|