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
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
isEven-0.1.0.tar.gz
(1.7 kB
view details)
File details
Details for the file isEven-0.1.0.tar.gz.
File metadata
- Download URL: isEven-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efde5fb4bbf2cbe61a751d3f7c5dd1c2be787ed0021c43450c5915e350f76ec2
|
|
| MD5 |
299febd1acb1155261476ac62824af41
|
|
| BLAKE2b-256 |
ee12f1924757fa4727e4fc4976cb1fd1e19b52c913187987be974546cfb2d97a
|