https://github.com/jackchatelain/odd-even
Super simple python script to check if numbers are odd or even
https://github.com/jackchatelain/odd-even
Last synced: about 1 year ago
JSON representation
Super simple python script to check if numbers are odd or even
- Host: GitHub
- URL: https://github.com/jackchatelain/odd-even
- Owner: jackchatelain
- License: unlicense
- Created: 2024-04-26T23:18:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T04:13:25.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T11:19:12.963Z (about 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# odd-even
Super simple python script to check if numbers are odd or even.
# How to use
1. Run main.py
2. Enter a number to check if it's odd or even, or enter a range of numbers (eg. `1-10`) to check every number in the range.