Skip to main content

A simple calculator package

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tanvircalculator-1.1.0.tar.gz (2.7 kB view details)

Uploaded Source

File details

Details for the file tanvircalculator-1.1.0.tar.gz.

File metadata

  • Download URL: tanvircalculator-1.1.0.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for tanvircalculator-1.1.0.tar.gz
Algorithm Hash digest
SHA256 30b89975acf02e4b7ce975c7ba96bca94a10c23c5b548d1d7820fa07fc0d5b37
MD5 35495b2da1066897e79a32f363a143ac
BLAKE2b-256 78cddb23a54697b4b6b4b9b033cb032a8c53ec7c6dd928ff89d92ab5aadfd7ae

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page