Skip to main content

Simple library to check if a number is even

Project description

isEven

isEven is a simple library to check if a number is even.

Installation

pip install isEven

Usage

from isEven import isEven

print(isEven('1')) //=> False
print(isEven('5')) //=> False

print(isEven(0)) //=> True
print(isEven(4)) //=> True

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

isEven-0.1.0.tar.gz (1.7 kB view hashes)

Uploaded Source

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