Skip to content

Commit de69341

Browse files
committed
slightly altered print line to pick up where i left off with hw
1 parent 76f46cc commit de69341

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)