From 40a8fb8d4cf281fba72f0cc76db6adda742cfbec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B8=D0=BC=D1=87=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Sat, 19 Jul 2025 20:53:43 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20co?= =?UTF-8?q?mparison.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comparison.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 comparison.py diff --git a/comparison.py b/comparison.py deleted file mode 100644 index cc29bf6..0000000 --- a/comparison.py +++ /dev/null @@ -1,7 +0,0 @@ -def compare(a: str) -> bool: - for i in range(len(a)): - if(a[i].isdigit() == False): - if a[i] == "<": - return int(a[:i]) < int(a[i + 1:]) - elif (a[i] == ">"): - return int(a[:i]) > int(a[i + 1:]) \ No newline at end of file