Return true if the given number is even.
Project description
IsNumberEven Package
The IsNumberEven
package provides a simple utility to check whether a given number is even.
Installation
Install IsNumberEven
using pip:
pip install IsNumberEven
This will download and install the latest version of IsNumberEven from PyPI.
Usage
Once installed, you can use the IsNumberEven function in your Python scripts as follows:
from isEven.is_even import is_even
# Example usage
number = 4
print(is_even(number)) # Output: True
License
IsNumberEven is licensed under the MIT License. See the LICENSE file for more details.
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
IsNumberEven-1.1.0.tar.gz
(1.5 kB
view hashes)
Built Distribution
Close
Hashes for IsNumberEven-1.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 93568d8bd751f237a6bc595fefdeb8ea0087cc06a4041bfbaada89a3f209bdf2 |
|
MD5 | 32c9aa6bc7b9e76f9df041d1fcd618da |
|
BLAKE2b-256 | bb95aa1c39ad27e73e7c8b8e725e276d7281dfe688e2a0a91e68bbf7813ec904 |