Computer Science, asked by yes123456, 19 hours ago

plz help me find the out put
num= 25

if (num % 2)==0:

print ("{0}" is even .format(num))

else:

print ("{0} is odd".format(num))

Answers

Answered by lukkatarak5
1

Answer:

not defind

Explanation:

even=not defind

Similar questions