Skip to content

Commit 3ad1124

Browse files
committed
updating projects
1 parent ed4dc54 commit 3ad1124

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
def add(a, b):
2+
return a + b
23

34
def letter_in_string(string):
45
return 'e' in string

0 commit comments

Comments
 (0)