Skip to main content

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


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)

Uploaded Source

Built Distribution

IsNumberEven-1.0.0-py3-none-any.whl (1.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page