please help me for solving this question ??
x = int(input("Enter the Number : " ))
if x %2 ==0 :
print(“x is even number”)
else:
print(“x is odd number”)
please help me for solving this question ??
x = int(input("Enter the Number : " ))
if x %2 ==0 :
print(“x is even number”)
else:
print(“x is odd number”)