Skip to content

Commit 095330e

Browse files
committed
reverse typo correct
1 parent 9eee1ca commit 095330e

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
@@ -11,6 +11,6 @@ def divide(a,b):
1111
return a/b
1212

1313

14-
print("I'm going to use the calculator functions to multiply 5 and 6")
14+
print("I'm going use the calculator functions to multiply 5 and 6")
1515
x = multiply(5,6)
1616
print(x)

0 commit comments

Comments
 (0)