Skip to main content

This is a simple python package that is built for concatinating string and thus performing mathematics computations.

Project description

BanelePackage

This is my first straightforward package for performing mathematics computations like summing digits etc, and also concatinating strings

Instalation

To instal this package just run the following command:

pip install BanelePackage
from BanelePackage import numbers, strings



# output

print("The sum of the two numbers is: ", numbers.add(4, 2))

print("The product of the two numbers is: ", numbers.mult(4, 2))

print("The difference of the two numbers is: ", numbers.sub(2, 4))

print("The quotient of the two numbers is: ", numbers.div(2, 4))





print("The two strings combined yields: ",

      strings.concatenate("BaneleOf", "@stro"))

print("The string in reverse: ", strings.reverseString("Banele"))

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

BanelePackage-0.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

BanelePackage-0.0.1-py3-none-any.whl (2.5 kB view hashes)

Uploaded Python 3

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