Обновить comparsion.py

This commit is contained in:
Шимченко 2025-07-02 14:19:37 +00:00
parent 448e1da24f
commit bc3d92f1b4

View File

@ -6,5 +6,3 @@ def compare(a: str) -> bool:
else:
return int(a[:i]) > int(a[i + 1:])
print(compare("2>5"))