Skip to content

Commit

Permalink
Merge pull request #1 from michaelkawaicheung/feature/add
Browse files Browse the repository at this point in the history
Feature/add
  • Loading branch information
michaelkawaicheung authored Aug 16, 2024
2 parents 9e6992d + ba43dcf commit 0786402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calculator/calculator.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
def add(x,y):
"""Add two numbers."""
return x + y

0 comments on commit 0786402

Please sign in to comment.