Skip to content

Commit 550b80d

Browse files
Update calculator.py
1 parent 157d844 commit 550b80d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/calculator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
class Calculator:
22

33
def add(x, y):
4+
print("HI")
45
return x + y
56

67
def subtract(x, y):

0 commit comments

Comments
 (0)