Computer Science, asked by vaibhudhano06, 3 months ago

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 sanjaypaul94
0

Answer:

yessssssssssssssddssddsssdddssdssdds

Similar questions