Another series known as The Odd or Even is being created by me. Now I’ll be sharing the code with you in this post.

To get more interesting codes like these keep following the website !!!

Click Online Python Compiler

a=int (input(“Enter a number to check it’s odd or even:”))

if (a%2==0):

print(“It’s Even”)

else:

print(“It’s Odd”)

If you find any mistakes or if you have any suggestions, open the contact page and say me if you have anything to say.


Discover more from Siddharth TJ

Subscribe to get the latest posts sent to your email.