diff --git a/__pycache__/calculator.cpython-312.pyc b/__pycache__/calculator.cpython-312.pyc index 09c608d..08d3c5f 100644 Binary files a/__pycache__/calculator.cpython-312.pyc and b/__pycache__/calculator.cpython-312.pyc differ diff --git a/calculator.py b/calculator.py index 24a2fef..d4e1195 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 +print(x)