Skip to main content

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


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)

Uploaded Source

Built Distribution

IsNumberEven-1.1.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