Skip to content

Commit 9e0c41c

Browse files
authored
Merge pull request #4 from code4policy/calculator
slightly altered print line to pick up where i left off with hw
2 parents ef446be + de69341 commit 9e0c41c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def divide(a, b):
1212

1313
print("I'm going use the calculator functions to divide 30 by 6")
1414
x = divide(30,6)
15-
print(x)
15+
print(x)

0 commit comments

Comments
 (0)