Skip to content

Commit 7bf7899

Browse files
committed
trying
1 parent 401f683 commit 7bf7899

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
def add(a, b):
22
return a + b
33
def multiply(a, b):
4-
return a + b
4+
return a * b

0 commit comments

Comments
 (0)