Skip to content

Commit e767763

Browse files
Update arithmatic.py
1 parent 0b761d6 commit e767763

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

myMath/arithmatic.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ class Arithmatic:
33
def Addition(self, x, y):
44
return x + y
55

6-
def Subtraction(self, x, y):
7-
return x - y
8-
96

0 commit comments

Comments
 (0)