diff --git a/__pycache__/calculator.cpython-314.pyc b/__pycache__/calculator.cpython-314.pyc new file mode 100644 index 0000000..faa757c Binary files /dev/null and b/__pycache__/calculator.cpython-314.pyc differ diff --git a/__pycache__/test_calculator.cpython-314-pytest-9.0.2.pyc b/__pycache__/test_calculator.cpython-314-pytest-9.0.2.pyc new file mode 100644 index 0000000..29c638c Binary files /dev/null and b/__pycache__/test_calculator.cpython-314-pytest-9.0.2.pyc differ 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