Skip to content

Commit

Permalink
Merge pull request #5 from akshay58538/subtract
Browse files Browse the repository at this point in the history
added subtract function
  • Loading branch information
shahp00ja authored Jun 29, 2018
2 parents 8a61949 + 2a6eaaf commit 0503b8f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions calculator.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
def add(a, b):
return a+b

def subtract(a, b):
return a-b

0 comments on commit 0503b8f

Please sign in to comment.