Saturday, January 16, 2021

Python program for finding whether the given number is an odd or an even number

 n = int(input("Enter a number:"))

if n % 2 == 0:

    print(n, "is an even number")

else:

    print(n, "is an odd number")

No comments:

Post a Comment

how to approach a client? or how to gain trust of a client?

So firstly take up on few free services or activity through we could develop our work and mainly our profile. That could give an idea to the...