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