We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4dc54 commit 3ad1124Copy full SHA for 3ad1124
project.py
@@ -1,4 +1,5 @@
1
-
+def add(a, b):
2
+ return a + b
3
4
def letter_in_string(string):
5
return 'e' in string
0 commit comments