2 lines
44 B
Python
2 lines
44 B
Python
def compare(z: str)->bool:
|
|
return eval(z) |
def compare(z: str)->bool:
|
|
return eval(z) |