Skip to main content

A brief description of your project

Project description

def div(a, b): """ Divide one number by another.

Parameters:
a (int or float): The numerator.
b (int or float): The denominator.

Returns:
float: The result of a divided by b.

Raises:
ZeroDivisionError: If b is zero.
"""
return a / b

def mod(a, b): """ Calculate the modulus of one number by another.

Parameters:
a (int or float): The dividend.
b (int or float): The divisor.

Returns:
int or float: The remainder of a divided by b.
"""
return a % b

def exp(a, b): """ Raise one number to the power of another.

Parameters:
a (int or float): The base.
b (int or float): The exponent.

Returns:
int or float: The result of a raised to the power of b.
"""
return a ** b

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

massdataanalyst-111.111.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

massdataanalyst-111.111-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file massdataanalyst-111.111.tar.gz.

File metadata

  • Download URL: massdataanalyst-111.111.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for massdataanalyst-111.111.tar.gz
Algorithm Hash digest
SHA256 0a810222918cb6c7e04b6b745b18039b479068806c94c6e3b07276d5a11d51a7
MD5 d4424f3c4a1a45a7887c02b2ef3341f8
BLAKE2b-256 1149f3b3fc6a1917adeedff1b744dbbc3a636550294f65a415e5902b18164ad6

See more details on using hashes here.

File details

Details for the file massdataanalyst-111.111-py3-none-any.whl.

File metadata

File hashes

Hashes for massdataanalyst-111.111-py3-none-any.whl
Algorithm Hash digest
SHA256 3cf42052b96912b95c9ae88b11ce8fe19099f387045a218eea2df1bf53749109
MD5 c9e833d4472e3a38a943ef19761ba66e
BLAKE2b-256 2a7a5cdf67e2f78f26bb754766b811b0a551bed2eaeacb25a3161de09bd0d19f

See more details on using hashes here.

Supported by

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