codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Even or Odd #764

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of programme

Write a Python programme to check a number even or odd.

Additional information

Input  : 3
Output : Odd Number
Input  : 2
Output : Even Number

Code of Conduct

Yilmaz98 commented 2 years ago

I can work on this issue as well.