What will be the output of the following program?
If value of num are i)17 ii) 30 iii) 69
num = int(input("Enter a number: "))
if (num % 2) == 0:
print("{0} is Even".format(num))
else:
print("{0} is Odd".format(num))
Answers
Answered by
0
Answer:
yessssssssssssssddssddsssdddssdssdds
Similar questions