Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbozinoz committed Mar 18, 2024
2 parents 8d2f667 + fc69886 commit 2c1acf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def add(a, b):
return a + b

def subtract(a, b):
return a + b # <--- fix this in step 7
return a - b

def multiply(a, b):
return a * b
Expand Down

0 comments on commit 2c1acf4

Please sign in to comment.