Programming Examples

Python program to check number is even or odd


Write a program that returns True if the input number is an even number, False otherwise.

Solution

#Python program to check number is Even or Odd
num=int(input("Enter any Integer Number : "))
if num%2==0:
    print("Even")
else:
    print("Odd")
Output

Enter any Integer Number : 4

Even

>>> 

======================== 

Enter any Integer Number : 5

Odd

CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad