Skip to content

Commit 25b171c

Browse files
committed
simple addition function
1 parent e6aaecb commit 25b171c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

013_add_two.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
# Here's how: https://vimeo.com/956351893/f5a80a1c1b
1717

1818
# YOUR FUNCTION GOES BELOW THIS LINE
19-
19+
def add_two(num):
20+
return num + 2
21+
2022

2123

2224
# YOUR FUNCTION GOES ABOVE THIS LINE

0 commit comments

Comments
 (0)