Skip to main content

A smart way to find out if a number is even

Project description

is_even - lucasedng

Under construction! Not ready for use yet! Currently experimenting and planning!

Developed by Lucas Gonçalves (c) 2024

Examples of How To Use

Using is_even method

from is_even import is_even

# Check if a number is even
number = 4
if is_even(number):
    print(f"{number} is even.")
else:
    print(f"{number} is not even.")

This simple library allows you to easily check if a number is even. The is_even method takes an integer as input and returns True if the number is even, and False otherwise.

Check out more on my GitHub or follow me for updates.

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-lucasedng-0.0.7.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

iseven_lucasedng-0.0.7-py3-none-any.whl (2.9 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