A smart way to find out if a number is odd
Project description
is_odd - 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_odd import is_odd
# Check if a number is odd
number = 4
if is_odd(number):
print(f"{number} is odd.")
else:
print(f"{number} is not odd.")
This simple library allows you to easily check if a number is odd. The is_odd 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
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
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 isodd-lucasedng-0.0.1.tar.gz.
File metadata
- Download URL: isodd-lucasedng-0.0.1.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 |
5b729643f22cecb5e695cf7ac919dafa09bdccd0d6eba7e347a9bba2301f926f
|
|
| MD5 |
4db202c0c1449456de42198ffafea737
|
|
| BLAKE2b-256 |
68b12b42142f75f5c6575d44f5969665aae491b6d2a0a4755908dc792648c935
|
File details
Details for the file isodd_lucasedng-0.0.1-py3-none-any.whl.
File metadata
- Download URL: isodd_lucasedng-0.0.1-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 |
e6d943152df17723eb1b4bc50d76da3f243dc1f76d5140ca65cd0417bb9e5b1c
|
|
| MD5 |
77ebc105751221e848d142a65563c6db
|
|
| BLAKE2b-256 |
d8b0113c1046c3bd254c432b59d091f5d8231894e86fa36cd2adaaa749d630f7
|