We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cede375 + 593109c commit fedb647Copy full SHA for fedb647
2 files changed
__pycache__/calculator.cpython-312.pyc
0 Bytes
calculator.py
@@ -10,7 +10,6 @@ def subtract(a,b):
10
def divide(a,b):
11
return a/b
12
13
-
14
print("I'm going use the calculator functions to multiply 5 and 6")
15
x = multiply(5,6)
16
-print(x)
+print(x)
0 commit comments