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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iseven-lucasedng-0.0.6.tar.gz.
File metadata
- Download URL: iseven-lucasedng-0.0.6.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fd6086832ed3a608efec503ffdc43aa713dc425024268e2b40fdbd4503f80b3
|
|
| MD5 |
5cf3fd0165c2f82baf57f407354921f9
|
|
| BLAKE2b-256 |
4ed6541c6937b3cdc36ead83f3b4255c9317d55dacd66da5ea6db2f435a1b935
|
File details
Details for the file iseven_lucasedng-0.0.6-py3-none-any.whl.
File metadata
- Download URL: iseven_lucasedng-0.0.6-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc39d20517d4da4feab3af10190568104b8f0613a3bf54a5514f22f7dd40b4aa
|
|
| MD5 |
e53def4e07a607f78dd435e0b2fde1f1
|
|
| BLAKE2b-256 |
ad25c4c1607b321a8e434c4d3899dc303406ac0e80884433d6302606289c0c62
|