PYTHON

Write a Python Program to check whether the given number is Even or Odd

number = int(input("Enter the number :- ")) if number %2 == 0: print("The number is Even number...") else: print("The number is Odd number...")

OUTPUT…..

Leave a Reply

Your email address will not be published. Required fields are marked *

sign up!

We’ll send you the hottest deals straight to your inbox so you’re always in on the best-kept software secrets.