diff --git a/calculator.py b/calculator.py index 535ffe1..2d55a3c 100644 --- a/calculator.py +++ b/calculator.py @@ -2,3 +2,5 @@ def add(a, b): return a + b print(add(2, 3)) + +# Added comment for the assignment. \ No newline at end of file