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 + bf516b1 commit 5d19ea5Copy full SHA for 5d19ea5
1 file changed
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)
0 commit comments