From fd3d996bf9b907e2b25d1c8a0f77cfda0da8ad6f Mon Sep 17 00:00:00 2001 From: Denis Galimov Date: Fri, 24 Jan 2025 01:06:24 +0300 Subject: [PATCH] improve code --- somecode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/somecode.py b/somecode.py index 745e8d3..9bc8bf7 100644 --- a/somecode.py +++ b/somecode.py @@ -1 +1 @@ -a + b +def add(a, b): return a + b