n = int(input("Enter a number:"))
if n % 2 == 0:
print(n, "is an even number")
else:
print(n, "is an odd number")
Hello everyone, on this special occassion of fathers day today, I would like to wish every lovely, striving fathers out there a very happy ...
No comments:
Post a Comment