Skip to content

Commit 6b88dff

Browse files
committed
After Course section1
1 parent 5df26a8 commit 6b88dff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Section1/lecture1/Program1.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Python program to check a number is even or odd
2+
3+
24
def checkEven(num):
35
if num%2 == 0:
46
return True

0 commit comments

Comments
 (0)