Skip to content

A basic python project that checks if an input is an odd or even number

Notifications You must be signed in to change notification settings

iceyice/odd-or-even

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

odd-or-even

A basic python project that checks if an input is an odd or even number for basic python practice.

Source https://www.freecodecamp.org/news/python-projects-junior-developers/

Original Description Welcome a user then ask them for a number between 1 and 1000.

When the user gives you the number, you check if it's odd or even and then you print a message letting them know.

Example

Prompt: What number are you thinking? Input: 25 Output: That's an odd number! Have another?

About

A basic python project that checks if an input is an odd or even number

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages