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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file BanelePackage-0.0.1.tar.gz
.
File metadata
- Download URL: BanelePackage-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1695666db2de326d1c051ec839796910ca70e0e7979c7b47d8c2c9a55678154a |
|
MD5 | 55a9b4f2e0d69128d772d3719d35eaf2 |
|
BLAKE2b-256 | dfbdf9c2a521a89bcd045846f1ed9580e17b1cfa669f6b2eca8196cf82a5a5ac |
File details
Details for the file BanelePackage-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: BanelePackage-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 973ba8a0f659f7da4605f17803714d6e13e2613ea7ac901b09fda8357b0ec96a |
|
MD5 | 8abe46dbfe1dd105df3084023c1490f4 |
|
BLAKE2b-256 | f7deac4c4ef8afd078511f72f5dd20cb5162a7326d185ba8b96e77d09ea5d1d4 |