We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae8efc commit 9eee1caCopy full SHA for 9eee1ca
1 file changed
calculator.py
@@ -11,6 +11,6 @@ def divide(a,b):
11
return a/b
12
13
14
-print("I'm going use the calculator functions to multiply 5 and 6")
+print("I'm going to use the calculator functions to multiply 5 and 6")
15
x = multiply(5,6)
16
print(x)
0 commit comments