Skip to content

Commit 5d19ea5

Browse files
Merge pull request #1 from code4policy/calculator
add functions to calculator
2 parents cede375 + bf516b1 commit 5d19ea5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

calculator.py

Lines changed: 0 additions & 1 deletion
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)
1615
print(x)

0 commit comments

Comments
 (0)