Обновить comparsion.py
This commit is contained in:
parent
448e1da24f
commit
bc3d92f1b4
@ -6,5 +6,3 @@ def compare(a: str) -> bool:
|
||||
else:
|
||||
return int(a[:i]) > int(a[i + 1:])
|
||||
|
||||
print(compare("2>5"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user