Return true if the given number is even.
Project description
isEven Package
The isEven
package provides a simple utility to check whether a given number is even.
Installation
Install isEven
using pip:
pip install isEven
This will download and install the latest version of isEven from PyPI.
Usage
Once installed, you can use the isEven 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
isEven 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.0.0.tar.gz
(1.5 kB
view hashes)
Built Distribution
Close
Hashes for IsNumberEven-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 416f285cdef5bcd2dd6f076d2ab0d069316433cfaa2ac009a525a75c789a892c |
|
MD5 | 41bbfcb20d5ca4592c9fe540b1a6dc06 |
|
BLAKE2b-256 | c69d07bf339aa18b317d0be9c5f18576210cd3e332284dcb85301f2bb4219a25 |