From 117fecd008479e482f4f40b7aa99d83c75c95608 Mon Sep 17 00:00:00 2001 From: Aleksandr Chiklenerov Date: Mon, 17 Nov 2025 10:19:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 1059467..b1d86a9 100644 --- a/app.py +++ b/app.py @@ -2,3 +2,5 @@ def calculator(a: int, b: int) -> int: return a + b +def devide(a: int, b: int) -> int: + return a / b \ No newline at end of file