From 978c4a38e758e0099816b455db249a2d7d489d12 Mon Sep 17 00:00:00 2001 From: sophron Date: Mon, 20 Oct 2025 10:50:19 +0500 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=B5=D0=B3=D0=BE=D0=B4=D0=BD=D1=8F=20?= =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D0=BF=D0=B8=D1=82=D0=BE=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 26-10.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 26-10.py diff --git a/26-10.py b/26-10.py new file mode 100644 index 0000000..7f51f55 --- /dev/null +++ b/26-10.py @@ -0,0 +1,2 @@ +num = lambda x,y: x+y +print(num(1,2))