We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df26a8 commit 6b88dffCopy full SHA for 6b88dff
Section1/lecture1/Program1.py
@@ -1,4 +1,6 @@
1
# Python program to check a number is even or odd
2
+
3
4
def checkEven(num):
5
if num%2 == 0:
6
return True
0 commit comments