From f8b5f5cd226db3ea7bd5471435218520a232330e Mon Sep 17 00:00:00 2001 From: Denis Galimov Date: Fri, 24 Jan 2025 01:07:52 +0300 Subject: [PATCH] add commet --- somecode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/somecode.py b/somecode.py index 9bc8bf7..37c30e6 100644 --- a/somecode.py +++ b/somecode.py @@ -1 +1,2 @@ +# func to add def add(a, b): return a + b