An open API service indexing awesome lists of open source software.

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

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.