Banele Package 0.0.1 | Coderz Repository

BanelePackage 0.0.1

Last updated:

0 purchases

BanelePackage 0.0.1 Image
BanelePackage 0.0.1 Images

Free

Languages

Categories

Add to Cart

Description:

BanelePackage 0.0.1

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"))

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.