n = int(input("Enter a number:"))
if n % 2 == 0:
print(n, "is an even number")
else:
print(n, "is an odd number")
Finding Direction: Navigating Career Goals and Life Aspirations Life often presents us with a myriad of choices, and the path to fulfillme...
No comments:
Post a Comment