Skip to content

Commit fedb647

Browse files
authored
Merge pull request #1 from code4policy/calculator
Mandy - add function to calculator
2 parents cede375 + 593109c commit fedb647

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

0 Bytes
Binary file not shown.

calculator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ def subtract(a,b):
1010
def divide(a,b):
1111
return a/b
1212

13-
1413
print("I'm going use the calculator functions to multiply 5 and 6")
1514
x = multiply(5,6)
16-
print(x)
15+
print(x)

0 commit comments

Comments
 (0)