A simple Python module for Illustration Purposes
Project description
In this Python Package, i have defined 4 functions namely: 1.add-This function returns the sum of two intergers 2.sub -This function returns the difference of two intergers 3. mul -This function returns the product of two intergers 4. divide -This function returns the quotient of two intergers
The above functions need to been as defined otherwise one gonna an error when trying to use any of the above functions
note: Additionly the 4 modules are Together packed in one root folder named Felo users need to import package Felo first to their working directory i.e
import Felo as F
once This is satisfield and before using any of the listed functions, a user needs to import each individual function i.e
from Felo import add as d from Felo import sub as s from Felo import mul as m from Felo import devide as de
Again,when this is satisfield,one can now go ahead and use the function accordingly for example using the function add to add two interger numbers and store the result of this addition in my_result
my_result=add(2, 5) my_result
upon successfull import of the
Change Log
0.0.1(13/11/2022)
First Release
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
Built Distribution
File details
Details for the file Tinah-0.0.2.tar.gz
.
File metadata
- Download URL: Tinah-0.0.2.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0bc3f03dfc2bf5dd0f221e7fdc10706e0bcb551422a1fe5fb62e6113d45e781a
|
|
MD5 |
5336934ab56483937b023c63231732ec
|
|
BLAKE2b-256 |
b6a1a2e1ec9a9cff53747959f53a64054685cddeede5b24a5085288d82fd9cbd
|
File details
Details for the file Tinah-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: Tinah-0.0.2-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.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
348eec8512adee64ef79e415649caa4ce22531891fc93e1e54525c3ce72657b1
|
|
MD5 |
f8c74c936fad23711346717f28b459a7
|
|
BLAKE2b-256 |
667bda6c4a6aa7e1b9e4da534c893d85a0432b3c47ef77e07f9c9cd23cd8a8f0
|