Skip to content

Commit 2e222f9

Browse files
authored
Merge pull request #1 from code4policy/calculator
Added functions to the calculator
2 parents cede375 + 4b7d254 commit 2e222f9

3 files changed

Lines changed: 0 additions & 1 deletion

File tree

778 Bytes
Binary file not shown.
16.1 KB
Binary file not shown.

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)