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.0.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.0.tar.gz.
File metadata
- Download URL: pipoddeven-0.1.0.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 |
801592148cd7f2b78c723fd26b655f922ae4bad33ab37d95ddddd8cf05496542
|
|
| MD5 |
887236a1ec7a89057bfef479aa4ad451
|
|
| BLAKE2b-256 |
94c812045b9d34fdc650ea84c8007365c440c0b730413516557be364e713deea
|
File details
Details for the file pipoddeven-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pipoddeven-0.1.0-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 |
230e3d29f2bd4cc11151aa3cac9a7ed924e7879b886752065b9d20071e675b16
|
|
| MD5 |
f19d0a76f43594d97946329ae4b880cc
|
|
| BLAKE2b-256 |
06abb0c6c2d861112f7e20c95917e0a0c5dc4a77e02d5dca78161fe32737f7ba
|