diff --git a/calculator.py b/calculator.py index 24a2fef..60a7932 100644 --- a/calculator.py +++ b/calculator.py @@ -10,7 +10,6 @@ def subtract(a,b): def divide(a,b): return a/b - print("I'm going use the calculator functions to multiply 5 and 6") x = multiply(5,6) print(x) \ No newline at end of file