A simple library to check if a number is odd or even.
Project description
pipOddEven
A simple Python library to determine if numbers are odd or even.
Features
- Check if a number is odd or even
- Lightweight and easy to use
- Suitable for learning and quick prototyping
Installation
pip install pipOddEven
Usage
from pipOddEven import is_odd, is_even
print(is_odd(3)) # True
print(is_even(4)) # True
Contributing
Contributions are welcome! Please open issues or submit pull requests.
License
This project is licensed under the MIT License.
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
pipoddeven-0.1.1.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pipoddeven-0.1.1.tar.gz.
File metadata
- Download URL: pipoddeven-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37d02731e3e176627d839de8b3744aa6ce3e24cf1db2d1b657940f49c7a76713
|
|
| MD5 |
e1174c346b9c5c8f47bb1fb67e3059f5
|
|
| BLAKE2b-256 |
24b8e20cd038295d17133cb81d82e245d527519f79c8d023f5de230d226be24c
|
File details
Details for the file pipoddeven-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pipoddeven-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4986b3c762623de9f3f7afc67c16db58cc0e2502dd61d8f162cc3be149a5064e
|
|
| MD5 |
3dbc3059b8f7688ff2fed65bf2531513
|
|
| BLAKE2b-256 |
7dec130f4f27f2b616a88796c9020bd3c9b4b142fbb185d7030d256e9feb942d
|