Skip to content

Commit

Permalink
Update Subtract.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishnavi225 authored Sep 28, 2019
1 parent a72cbf3 commit 12be2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Subtract.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ def __init__(self):
print("Subtraction")

def operation(self, a, b):
print("Subtraction of a and b:"+str(a-b))
return str(a-b)

0 comments on commit 12be2b7

Please sign in to comment.