Question 1 10 pts Find the output of the following code. def mainO num 27 if isEvenCnum print(num, “is an even number.” else: print(num, “is an odd number.” def isEven(n): İf n // 2-0: return True else: return False mainO O 27 is an odd number. O False O 27 Show transcribed image text Question 1 10 pts Find the output of the following code. def mainO num 27 if isEvenCnum print(num, “is an even
OR
OR