n = int(input("Enter a number:"))
if n % 2 == 0:
print(n, "is an even number")
else:
print(n, "is an odd number")
Quote 1: Do you know the best thing about fate? It shifts when the time is right.
No comments:
Post a Comment