From 2371e326ff92fc79775a693c7020d4e7942f495c Mon Sep 17 00:00:00 2001 From: oma20180118 Date: Sun, 17 May 2026 09:30:37 +0300 Subject: [PATCH] Add comment to calculator.py --- calculator.py | 2 ++ 1 file changed, 2 insertions(+) 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